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