4 references to IsLegacy
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\Utf8WriteLiteralDetectionPass.cs (1)
25!codeDocument.FileKind.IsLegacy() ||
Language\Legacy\TagHelperBlockRewriter.cs (1)
876(kind != SyntaxKind.MarkupDynamicAttributeValue || !_options.FileKind.IsLegacy()))
Language\RazorCodeDocumentExtensions.cs (2)
47(codeDocument.FileKind.IsLegacy() && string.Equals(Path.GetFileName(codeDocument.Source.FilePath), MvcImportProjectFeature.ImportsFileName, StringComparison.OrdinalIgnoreCase)); 55if (!codeDocument.FileKind.IsLegacy())