1 write to Name
System.Linq.Expressions (1)
System\Dynamic\SetMemberBinder.cs (1)
25
Name
= name;
23 references to Name
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
TestObjectModels\DynamicTestObject.cs (1)
82
_dictionary[binder.
Name
] = value;
WriteOnceDynamicTestObject.cs (1)
96
SetValueForKey(binder.
Name
, value);
Microsoft.AspNetCore.JsonPatch.Tests (2)
TestObjectModels\DynamicTestObject.cs (1)
82
_dictionary[binder.
Name
] = value;
WriteOnceDynamicTestObject.cs (1)
96
SetValueForKey(binder.
Name
, value);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DynamicViewData.cs (1)
61
ViewData[binder.
Name
] = value;
Microsoft.CSharp (4)
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
||
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (10)
684
If errorSuggestion IsNot Nothing AndAlso Not CanBindSet(target.Value,
Name
, value.Value, False, False) Then
694
Expression.Constant(
Name
),
708
Return other IsNot Nothing AndAlso String.Equals(
Name
, other.
Name
)
713
Return s_hash Xor
Name
.GetHashCode()
741
If errorSuggestion IsNot Nothing AndAlso Not CanBindSet(target.Value,
Name
, value.Value, _optimisticSet, _rValueBase) Then
751
Expression.Constant(
Name
),
767
Return other IsNot Nothing AndAlso String.Equals(
Name
, other.
Name
) AndAlso _optimisticSet = other._optimisticSet AndAlso _rValueBase = other._rValueBase
772
Return s_hash Xor
Name
.GetHashCode() Xor _optimisticSet.GetHashCode() Xor _rValueBase.GetHashCode()
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)
142
MemberInfo? info = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.
Name
);