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