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