1 write to Name
System.Linq.Expressions (1)
System\Dynamic\InvokeMemberBinder.cs (1)
27Name = name;
13 references to Name
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DynamicClientProxy.cs (1)
21result = _clientProxy.SendCoreAsync(binder.Name, args!);
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
28if (_self.TryGetMemberMethod(binder.Name, out ComMethodDesc method) || 29_self.TryGetMemberMethodExplicit(binder.Name, out method))
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeLibMetaObject.cs (1)
53DynamicMetaObject result = TryBindGetMember(binder.Name);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (3)
83hash = HashHelpers.Combine(hash, Name.GetHashCode()); 100Name != otherBinder.Name ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
161callPayload.Name, 172CSharpGetMemberBinder getMember = new CSharpGetMemberBinder(callPayload.Name, false, callPayload.CallingContext, new CSharpArgumentInfo[] { callPayload.GetArgumentInfo(0) }).TryGetExisting();
System.Linq.Expressions (2)
System\Dynamic\DynamicObject.cs (1)
864: base(binder.Name, binder.IgnoreCase)
System\Dynamic\ExpandoObject.cs (1)
843binder.Name,
System.Private.Windows.Core.TestUtilities (2)
TestAccessor.cs (2)
107binder.Name, 116binder.Name,