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