1 write to prefix
System.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
121this.prefix = prefix;
5 references to prefix
System.Xml (5)
System\Xml\Cache\XPathNodeInfoAtom.cs (5)
163get { return this.prefix; } 273(object) this.prefix == (object) that.prefix && 299if (this.prefix.Length != 0) { 300bldr.Append(this.prefix);