10 references to Whitespace
System.Private.DataContractSerialization (10)
System\Xml\XmlUTF8TextReader.cs (10)
55
CharType.None|CharType.Comment|CharType.
Whitespace
|CharType.Text|CharType.SpecialWhitespace,
57
CharType.None|CharType.Comment|CharType.
Whitespace
|CharType.Text|CharType.SpecialWhitespace,
63
CharType.None|CharType.Comment|CharType.
Whitespace
,
101
CharType.None|CharType.Comment|CharType.
Whitespace
|CharType.Text|CharType.AttributeText|CharType.SpecialWhitespace,
600
while (!BufferReader.EndOfFile && (CharTypeMap[BufferReader.GetByte()] & CharType.
Whitespace
) != 0)
614
(CharTypeMap[buffer[offset + 4]] & CharType.
Whitespace
) == 0)
637
if ((CharTypeMap[ch] & CharType.
Whitespace
) == 0)
855
while ((CharTypeMap[ch] & CharType.
Whitespace
) != 0)
949
while ((CharTypeMap[ch] & CharType.
Whitespace
) != 0)
1277
if (ch < 256 && (CharTypeMap[ch] & CharType.
Whitespace
) != 0)