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