1 write to _callingContext
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
65_callingContext = callingContext;
3 references to _callingContext
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (3)
71int hash = _callingContext?.GetHashCode() ?? 0; 92_callingContext != otherBinder._callingContext ||