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)
31=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Type); 74hash = HashHelpers.Combine(hash, Name.GetHashCode()); 88if (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-SystemCore (1)
DynamicAccessorImpl.cs (1)
177TrivialBinderHelper.ThrowExpression(DynamicObjectAccessor.MissingMemberErrorString(target, Name), ReturnType);
System.Linq.Expressions (1)
System\Dynamic\ExpandoObject.cs (1)
831binder.Name,
System.Private.Windows.Core.TestUtilities (1)
TestAccessor.cs (1)
154MemberInfo? info = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name);