5 references to SpecialWhitespace
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (5)
61
CharType.None|CharType.Comment|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.
SpecialWhitespace
,
63
CharType.None|CharType.Comment|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.
SpecialWhitespace
,
107
CharType.None|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.AttributeText|CharType.
SpecialWhitespace
,
1150
while (offset < offsetMax && (charType[buffer[offset]] & CharType.
SpecialWhitespace
) != 0)
1359
else if ((s_charType[ch] & CharType.
SpecialWhitespace
) != 0)