1 write to Name
System.Linq.Expressions (1)
System\Dynamic\SetMemberBinder.cs (1)
25
Name
= name;
12 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DynamicViewData.cs (1)
61
ViewData[binder.
Name
] = value;
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (3)
194
if (_self.TryGetPropertySetter(binder.
Name
, out ComMethodDesc method, value.LimitType, holdsNull) ||
195
_self.TryGetPropertySetterExplicit(binder.
Name
, out method, value.LimitType, holdsNull))
226
if (_self.TryGetMemberEvent(binder.
Name
, out _) && value.LimitType == typeof(BoundDispEvent))
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (4)
28
=> SymbolTable.PopulateSymbolTableWithName(
Name
, null, arguments[0].Type);
78
hash = HashHelpers.Combine(hash,
Name
.GetHashCode());
92
if (
Name
!= otherBinder.
Name
||
PresentationFramework-SystemCore (1)
DynamicAccessorImpl.cs (1)
192
TrivialBinderHelper.ThrowExpression(DynamicObjectAccessor.MissingMemberErrorString(target,
Name
), ReturnType);
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
858
ExpandoClass? originalClass = GetClassEnsureIndex(binder.
Name
, binder.IgnoreCase, Value, out klass, out index);
871
Expression.Constant(binder.
Name
),
System.Private.Windows.Core.TestUtilities (1)
TestAccessor.cs (1)
154
MemberInfo? memberInfo = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.
Name
);