1 write to _callingContext
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
46_callingContext = callingContext;
3 references to _callingContext
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (3)
52int hash = _callingContext?.GetHashCode() ?? 0; 65if (_callingContext != otherBinder._callingContext ||