1 write to CallingContext
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
72
CallingContext
= callingContext;
6 references to CallingContext
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (4)
80
int hash =
CallingContext
?.GetHashCode() ?? 0;
98
CallingContext
!= otherBinder.
CallingContext
||
142
CSharpInvokeBinder c = new CSharpInvokeBinder(Flags,
CallingContext
, _argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
168
CSharpGetMemberBinder getMember = new CSharpGetMemberBinder(callPayload.Name, false, callPayload.
CallingContext
, new CSharpArgumentInfo[] { callPayload.GetArgumentInfo(0) }).TryGetExisting();
175
CSharpInvokeBinder invoke = new CSharpInvokeBinder(callPayload.Flags, callPayload.
CallingContext
, argInfos).TryGetExisting();