Microsoft.JScript.Vsa.VsaEngine.CompileEmpty C# (CSharp) Method

CompileEmpty() private method

private CompileEmpty ( ) : bool
return bool
      public bool CompileEmpty(){
        this.TryObtainLock();
        try{
          return this.DoCompile();
        }finally{
          this.ReleaseLock();
        }
      }