1 write to _type
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
183
_type
= type;
3 references to _type
PresentationFramework (3)
MS\Internal\Data\AccessorTable.cs (3)
191
&&
_type
== other.
_type
198
public override int GetHashCode() => unchecked(
_type
.GetHashCode() + _name.GetHashCode());