10 references to Whitespace
System.Runtime.Serialization (10)
System\Xml\XmlUTF8TextReader.cs (10)
45/* 9 (.) */ CharType.None|CharType.Comment|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.SpecialWhitespace, 46/* A (.) */ CharType.None|CharType.Comment|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.SpecialWhitespace, 49/* D (.) */ CharType.None|CharType.Comment|CharType.Comment|CharType.Whitespace, 68/* 20 ( ) */ CharType.None|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.AttributeText|CharType.SpecialWhitespace, 361while (!BufferReader.EndOfFile && (charType[BufferReader.GetByte()] & CharType.Whitespace) != 0) 375(charType[buffer[offset + 4]] & CharType.Whitespace) == 0) 398if ((charType[ch] & CharType.Whitespace) == 0) 617while ((charType[ch] & CharType.Whitespace) != 0) 711while ((charType[ch] & CharType.Whitespace) != 0) 1042if (ch < 256 && (charType[ch] & CharType.Whitespace) != 0)