5 references to AntiFormat
WindowsBase (5)
Base\MS\Internal\AvTrace.cs (5)
285AvTraceBuilder traceBuilder = new AvTraceBuilder(AntiFormat(message)); // Holds the format string 409return 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) } );