1 write to _callingContext
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
75
_callingContext
= callingContext;
3 references to _callingContext
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (3)
81
int hash =
_callingContext
?.GetHashCode() ?? 0;
102
_callingContext
!= otherBinder.
_callingContext
||