1 write to _utf8Feature
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\Utf8WriteLiteralDetectionPass.cs (1)
16
Engine.TryGetFeature(out
_utf8Feature
);
2 references to _utf8Feature
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\Utf8WriteLiteralDetectionPass.cs (2)
24
if (
_utf8Feature
is null ||
43
if (
_utf8Feature
.IsSupported(codeDocument.Source.FilePath, baseTypeName))