5 references to AntiFormat
WindowsBase (5)
Base\MS\Internal\AvTrace.cs (5)
285
AvTraceBuilder traceBuilder = new AvTraceBuilder(
AntiFormat
(message)); // Holds the format string
409
return
AntiFormat
(result);
580
_sb.AppendFormat( CultureInfo.InvariantCulture, message, new object[] { AvTrace.
AntiFormat
(arg1) } );
585
_sb.AppendFormat( CultureInfo.InvariantCulture, message, new object[] { AvTrace.
AntiFormat
(arg1), AvTrace.
AntiFormat
(arg2) } );