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