5 references to SpecialWhitespace
System.Private.DataContractSerialization (5)
System\Xml\XmlUTF8TextReader.cs (5)
55
CharType.None|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.
SpecialWhitespace
,
57
CharType.None|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.
SpecialWhitespace
,
101
CharType.None|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.AttributeText|CharType.
SpecialWhitespace
,
1129
while (offset < offsetMax && (charTypeMap[buffer[offset]] & CharType.
SpecialWhitespace
) != 0)
1336
else if ((CharTypeMap[ch] & CharType.
SpecialWhitespace
) != 0)