5 references to SpecialWhitespace
System.Runtime.Serialization (5)
System\Xml\XmlUTF8TextReader.cs (5)
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, 68/* 20 ( ) */ CharType.None|CharType.Comment|CharType.Whitespace|CharType.Text|CharType.AttributeText|CharType.SpecialWhitespace, 891while (offset < offsetMax && (charType[buffer[offset]] & CharType.SpecialWhitespace) != 0) 1100else if ((charType[ch] & CharType.SpecialWhitespace) != 0)