10 references to Whitespace
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (10)
61
CharType.None|CharType.Comment|CharType.Comment|CharType.
Whitespace
|CharType.Text|CharType.SpecialWhitespace,
63
CharType.None|CharType.Comment|CharType.Comment|CharType.
Whitespace
|CharType.Text|CharType.SpecialWhitespace,
69
CharType.None|CharType.Comment|CharType.Comment|CharType.
Whitespace
,
107
CharType.None|CharType.Comment|CharType.
Whitespace
|CharType.Text|CharType.AttributeText|CharType.SpecialWhitespace,
620
while (!BufferReader.EndOfFile && (s_charType[BufferReader.GetByte()] & CharType.
Whitespace
) != 0)
634
(s_charType[buffer[offset + 4]] & CharType.
Whitespace
) == 0)
657
if ((s_charType[ch] & CharType.
Whitespace
) == 0)
876
while ((s_charType[ch] & CharType.
Whitespace
) != 0)
970
while ((s_charType[ch] & CharType.
Whitespace
) != 0)
1301
if (ch < 256 && (s_charType[ch] & CharType.
Whitespace
) != 0)