1 write to Name
System.Linq.Expressions (1)
21 references to Name
Microsoft.AspNetCore.JsonPatch.Tests (2)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.CSharp (4)
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)
System.Linq.Expressions (2)
System.Private.Windows.Core.TestUtilities (1)