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