2 writes to SupportMap
Microsoft.AspNetCore.Mvc.Razor.Extensions.UnitTests (1)
IntegrationTests\CodeGenerationIntegrationTest.cs (1)
49
builder.Features.Add(new DefaultUtf8WriteLiteralFeature {
SupportMap
= supportMap });
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
177
defaultFeature.
SupportMap
= utf8SupportMap;
2 references to SupportMap
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\DefaultUtf8WriteLiteralFeature.cs (2)
22
/// <see cref="
SupportMap
"/>. The map is set by the source generator before code generation runs.
53
=>
SupportMap
.IsSupported(filePath, baseTypeName);