Microsoft.JScript.Member.InferTypeOfCall C# (CSharp) Method

InferTypeOfCall() private method

private InferTypeOfCall ( JSField inference_target, bool isConstructor ) : IReflect
inference_target JSField
isConstructor bool
return IReflect
      internal override IReflect InferTypeOfCall(JSField inference_target, bool isConstructor){
        if (!this.rootObjectInferredType.Equals(this.rootObject.InferType(inference_target)))
          this.InvalidateBinding();
        return base.InferTypeOfCall(null, isConstructor);
      }