1 implementation of IsSupported
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\DefaultUtf8WriteLiteralFeature.cs (1)
52
public bool
IsSupported
(string? filePath, string baseTypeName)
1 reference to IsSupported
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\Utf8WriteLiteralDetectionPass.cs (1)
43
if (_utf8Feature.
IsSupported
(codeDocument.Source.FilePath, baseTypeName))