3 references to FormatChars
WindowsBase (3)
Base\MS\Internal\AvTrace.cs (3)
416
int formatIndex = s.IndexOfAny(
FormatChars
);
429
formatIndex = s.IndexOfAny(
FormatChars
, formatIndex+2);
438
formatIndex = s.IndexOfAny(
FormatChars
, index);