2 references to IsBOMWhitespace
mscorlib (2)
system\string.cs (2)
2754
if (!Char.IsWhiteSpace(this[start]) && !
IsBOMWhitespace
(this[start])) break;
2760
if (!Char.IsWhiteSpace(this[end]) && !
IsBOMWhitespace
(this[start])) break;