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)
871
get { return
_textType
; }
879
get { return
_textType
!= TextBlockType.None; }
908
if (
_textType
== TextBlockType.None)
924
if ((int)textType < (int)
_textType
)
935
if (
_textType
== TextBlockType.None)