14 references to WhitespaceChars
System.Xaml (14)
System\Xaml\Parser\GenericTypeNameScanner.cs (6)
372
Debug.Assert(KnownStrings.
WhitespaceChars
.Length == 5);
374
if (ch == KnownStrings.
WhitespaceChars
[0] ||
375
ch == KnownStrings.
WhitespaceChars
[1] ||
376
ch == KnownStrings.
WhitespaceChars
[2] ||
377
ch == KnownStrings.
WhitespaceChars
[3] ||
378
ch == KnownStrings.
WhitespaceChars
[4])
System\Xaml\Parser\MeScanner.cs (8)
518
result = result.TrimEnd(KnownStrings.
WhitespaceChars
);
519
result = result.TrimStart(KnownStrings.
WhitespaceChars
);
563
Debug.Assert(KnownStrings.
WhitespaceChars
.Length == 5);
565
if (ch == KnownStrings.
WhitespaceChars
[0] ||
566
ch == KnownStrings.
WhitespaceChars
[1] ||
567
ch == KnownStrings.
WhitespaceChars
[2] ||
568
ch == KnownStrings.
WhitespaceChars
[3] ||
569
ch == KnownStrings.
WhitespaceChars
[4])