14 references to AppendFormat
CodeGenerator (2)
HttpUtilities\HttpUtilities.cs (2)
161result.AppendFormat(CultureInfo.InvariantCulture, " SetKnownMethod({0}, {1}, HttpMethod.{3}, {4});", maskFieldName, httpMethodFieldName, typeof(String).Name, methodInfo.HttpMethod, methodInfo.MaskLength - 1);
184result.AppendFormat(CultureInfo.InvariantCulture, " _methodNames[(byte)HttpMethod.{1}] = {2}.{3};", typeof(String).Name, methodInfo.HttpMethod, typeof(HttpMethods).Name, methodInfo.HttpMethod);
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Microsoft.AspNetCore.StaticFiles (1)
Microsoft.Build.Framework (2)
Microsoft.CodeAnalysis (1)
StatusCodePagesSample (1)
System.ComponentModel.Composition (2)
System.ComponentModel.Composition.Registration (1)
System.Composition.Convention (1)
System.Private.CoreLib (1)