1 write to Name
System.Linq.Expressions (1)
System\Dynamic\GetMemberBinder.cs (1)
25Name = name;
13 references to Name
Microsoft.AspNetCore.JsonPatch.Tests (2)
TestObjectModels\DynamicTestObject.cs (1)
75var name = binder.Name;
WriteOnceDynamicTestObject.cs (1)
89var name = binder.Name;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DynamicViewData.cs (1)
50result = ViewData[binder.Name];
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (4)
32=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Type); 76hash = HashHelpers.Combine(hash, Name.GetHashCode()); 90if (Name != otherBinder.Name ||
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (3)
800Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) 805Return s_hash Xor Name.GetHashCode()
PresentationFramework (1)
System\Windows\Interop\DynamicScriptObject.cs (1)
88result = InvokeAndReturn(binder.Name, NativeMethods.DISPATCH_PROPERTYGET, null);
PresentationFramework-SystemCore (1)
DynamicAccessorImpl.cs (1)
177TrivialBinderHelper.ThrowExpression(DynamicObjectAccessor.MissingMemberErrorString(target, Name), ReturnType);
System.Linq.Expressions (1)
System\Dynamic\ExpandoObject.cs (1)
831binder.Name,