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)
857get { return _textType; } 865get { return _textType != TextBlockType.None; } 894if (_textType == TextBlockType.None) 910if ((int)textType < (int)_textType) 921if (_textType == TextBlockType.None)