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 207public override int GetHashCode() => unchecked(_type.GetHashCode() + _name.GetHashCode());