4 writes to _textType
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
863_textType = TextBlockType.None; 911_textType = textType; 925_textType = textType; 938_textType = TextBlockType.None;
5 references to _textType
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (5)
871get { return _textType; } 879get { return _textType != TextBlockType.None; } 908if (_textType == TextBlockType.None) 924if ((int)textType < (int)_textType) 935if (_textType == TextBlockType.None)