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