1 write to Name
System.Linq.Expressions (1)
System\Dynamic\InvokeMemberBinder.cs (1)
27Name = name;
19 references to Name
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DynamicClientProxy.cs (1)
19result = _clientProxy.SendCoreAsync(binder.Name, args!);
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (3)
84hash = HashHelpers.Combine(hash, Name.GetHashCode()); 101Name != otherBinder.Name ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
157callPayload.Name, 168CSharpGetMemberBinder getMember = new CSharpGetMemberBinder(callPayload.Name, false, callPayload.CallingContext, new CSharpArgumentInfo[] { callPayload.GetArgumentInfo(0) }).TryGetExisting();
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (10)
318If errorSuggestion IsNot Nothing AndAlso Not CanBindCall(target.Value, Name, argValues, argNames, _ignoreReturn) Then 329Expression.Constant(Name, GetType(String)), 363Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso CallInfo.Equals(other.CallInfo) AndAlso _ignoreReturn = other._ignoreReturn 368Return s_hash Xor Name.GetHashCode() Xor CallInfo.GetHashCode() Xor _ignoreReturn.GetHashCode() 397If errorSuggestion IsNot Nothing AndAlso Not CanBindGet(target.Value, Name, argValues, argNames) Then 408Expression.Constant(Name), 441Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso CallInfo.Equals(other.CallInfo) 446Return s_hash Xor Name.GetHashCode() Xor CallInfo.GetHashCode()
PresentationFramework (1)
System\Windows\Interop\DynamicScriptObject.cs (1)
74result = InvokeAndReturn(binder.Name, NativeMethods.DISPATCH_METHOD, args);
System.Linq.Expressions (2)
System\Dynamic\DynamicObject.cs (1)
864: base(binder.Name, binder.IgnoreCase)
System\Dynamic\ExpandoObject.cs (1)
843binder.Name,