1 write to _callingContext
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
81_callingContext = callingContext;
3 references to _callingContext
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (3)
89int hash = _callingContext?.GetHashCode() ?? 0; 112_callingContext != otherBinder._callingContext)