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