1 write to _name
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
185
_name
= name;
3 references to _name
PresentationFramework (3)
MS\Internal\Data\AccessorTable.cs (3)
193
&&
_name
== other.
_name
;
199
public override int GetHashCode() => unchecked(_type.GetHashCode() +
_name
.GetHashCode());