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