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