4 writes to _textType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (4)
849
_textType
= TextBlockType.None;
897
_textType
= textType;
911
_textType
= textType;
924
_textType
= TextBlockType.None;
5 references to _textType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (5)
857
get { return
_textType
; }
865
get { return
_textType
!= TextBlockType.None; }
894
if (
_textType
== TextBlockType.None)
910
if ((int)textType < (int)
_textType
)
921
if (
_textType
== TextBlockType.None)