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