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