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