4 writes to textType
System.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
772
this.
textType
= TextBlockType.None;
813
this.
textType
= textType;
825
this.
textType
= textType;
837
this.
textType
= TextBlockType.None;
5 references to textType
System.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (5)
779
get { return this.
textType
; }
786
get { return this.
textType
!= TextBlockType.None; }
811
if (this.
textType
== TextBlockType.None) {
824
if ((int) textType < (int) this.
textType
)
834
if (this.
textType
== TextBlockType.None)