1 write to _callingContext
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
51_callingContext = callingContext;
3 references to _callingContext
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (3)
58int hash = _callingContext?.GetHashCode() ?? 0; 76_callingContext != otherBinder._callingContext ||