4 references to AppendFormat
Microsoft.AspNetCore.StaticFiles (1)
HtmlDirectoryFormatter.cs (1)
172builder.AppendFormat(
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer_IdRangeAndCategoryValidation.cs (1)
121arg3.AppendFormat(CultureInfo.InvariantCulture, "{0}{1}-{0}{2}", range.prefix, range.start, range.end);
StatusCodePagesSample (1)
Startup.cs (1)
89builder.AppendFormat(CultureInfo.InvariantCulture, "<br><b>{0}{1}{2}</b><br>", "Status Code", space, "Status Code Pages");
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\StackTrace.cs (1)
354sb.AppendFormat(CultureInfo.InvariantCulture, inFileILOffset, assemblyName, token, sf.GetILOffset());