1 write to Name
System.Linq.Expressions (1)
System\Dynamic\SetMemberBinder.cs (1)
25Name = name;
21 references to Name
Microsoft.AspNetCore.JsonPatch.Tests (2)
TestObjectModels\DynamicTestObject.cs (1)
82_dictionary[binder.Name] = value;
WriteOnceDynamicTestObject.cs (1)
96SetValueForKey(binder.Name, value);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DynamicViewData.cs (1)
61ViewData[binder.Name] = value;
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (4)
27=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Type); 77hash = HashHelpers.Combine(hash, Name.GetHashCode()); 91if (Name != otherBinder.Name ||
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (10)
684If errorSuggestion IsNot Nothing AndAlso Not CanBindSet(target.Value, Name, value.Value, False, False) Then 694Expression.Constant(Name), 708Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) 713Return s_hash Xor Name.GetHashCode() 741If errorSuggestion IsNot Nothing AndAlso Not CanBindSet(target.Value, Name, value.Value, _optimisticSet, _rValueBase) Then 751Expression.Constant(Name), 767Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso _optimisticSet = other._optimisticSet AndAlso _rValueBase = other._rValueBase 772Return s_hash Xor Name.GetHashCode() Xor _optimisticSet.GetHashCode() Xor _rValueBase.GetHashCode()
PresentationFramework-SystemCore (1)
DynamicAccessorImpl.cs (1)
193TrivialBinderHelper.ThrowExpression(DynamicObjectAccessor.MissingMemberErrorString(target, Name), ReturnType);
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
858ExpandoClass? originalClass = GetClassEnsureIndex(binder.Name, binder.IgnoreCase, Value, out klass, out index); 871Expression.Constant(binder.Name),
System.Private.Windows.Core.TestUtilities (1)
TestAccessor.cs (1)
142MemberInfo? info = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name);