1 write to _xmlCharType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (1)
48
_xmlCharType
= XmlCharType.Instance;
6 references to _xmlCharType
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (6)
154
while (i < endPos && (
_xmlCharType
.charProperties[ch = array[i]] & XmlCharType.fAttrValue) != 0)
233
Debug.Assert((ch < 0x20 && !
_xmlCharType
.IsWhiteSpace(ch)) || (ch > 0xFFFD));
286
while (i < len && (
_xmlCharType
.charProperties[ch = text[i]] & XmlCharType.fAttrValue) != 0)
392
Debug.Assert((ch < 0x20 && !
_xmlCharType
.IsWhiteSpace(ch)) || (ch > 0xFFFD));
401
while (i < len && (
_xmlCharType
.charProperties[ch = text[i]] & XmlCharType.fAttrValue) != 0)
432
((
_xmlCharType
.charProperties[ch = text[i]] & XmlCharType.fCharData) != 0 // ( xmlCharType.IsCharData( ( ch = text[i] ) )