1 write to Name
System.Linq.Expressions (1)
System\Dynamic\GetMemberBinder.cs (1)
25Name = name;
18 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DynamicViewData.cs (1)
50result = ViewData[binder.Name];
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinder.cs (1)
313base(originalBinder.Name, originalBinder.IgnoreCase)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (3)
76if (_self.TryGetMemberMethod(binder.Name, out ComMethodDesc method)) 82if (_self.TryGetMemberEvent(binder.Name, out ComEventDesc @event)) 88if (_self.TryGetMemberMethodExplicit(binder.Name, out method))
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeEnumMetaObject.cs (2)
20if (_desc.HasMember(binder.Name)) { 23Expression.Constant(((ComTypeEnumDesc)Value).GetValue(binder.Name), typeof(object)),
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeLibMetaObject.cs (1)
49return TryBindGetMember(binder.Name) ?? base.BindGetMember(binder);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (4)
32=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Type); 75hash = HashHelpers.Combine(hash, Name.GetHashCode()); 89if (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)
176TrivialBinderHelper.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)
187MemberInfo? memberInfo = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name);