4 writes to info
System.Xml (4)
System\Xml\Cache\XPathNode.cs (4)
319
this.
info
= new XPathNodeInfoAtom(pageInfo);
327
this.
info
= info;
401
this.
info
= infoTable.Create(this.info.LocalName, this.info.NamespaceUri, this.info.Prefix, this.info.BaseUri,
418
this.
info
= infoTable.Create(this.info.LocalName, this.info.NamespaceUri, this.info.Prefix, this.info.BaseUri,
38 references to info
System.Xml (38)
System\Xml\Cache\XPathNode.cs (38)
77
get { return this.
info
.Prefix; }
85
get { return this.
info
.LocalName; }
108
get { return this.
info
.NamespaceUri; }
115
get { return this.
info
.Document; }
122
get { return this.
info
.BaseUri; }
129
get { return this.
info
.LineNumberBase + (int) ((this.props & LineNumberMask) >> LineNumberShift); }
136
get { return this.
info
.LinePositionBase + (int) this.posOffset; }
154
get { return this.
info
.PageInfo; }
161
return this.
info
.Document.GetRootNode(out pageNode);
168
pageNode = this.
info
.ParentPage;
176
pageNode = this.
info
.SiblingPage;
185
pageNode = this.
info
.SimilarElementPage;
196
return (object) this.
info
.LocalName == (object) localName &&
197
this.
info
.NamespaceUri == namespaceName;
208
(object) this.
info
.LocalName == (object) localName &&
209
this.
info
.NamespaceUri == namespaceName;
217
string localName = this.
info
.LocalName;
300
get { return this.
info
.LocalNameHashCode; }
399
if (pageSibling != this.
info
.SiblingPage) {
401
this.info = infoTable.Create(this.
info
.LocalName, this.
info
.NamespaceUri, this.
info
.Prefix, this.
info
.BaseUri,
402
this.
info
.ParentPage, pageSibling, this.
info
.SimilarElementPage,
403
this.
info
.Document, this.
info
.LineNumberBase, this.
info
.LinePositionBase);
416
if (pageSimilar != this.
info
.SimilarElementPage) {
418
this.info = infoTable.Create(this.
info
.LocalName, this.
info
.NamespaceUri, this.
info
.Prefix, this.
info
.BaseUri,
419
this.
info
.ParentPage, this.
info
.SiblingPage, pageSimilar,
420
this.
info
.Document, this.
info
.LineNumberBase, this.
info
.LinePositionBase);