5 references to AllowComponentFileKind
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorParserOptionsTest.cs (2)
18Assert.True(options.AllowComponentFileKind); 46Assert.False(options.AllowComponentFileKind);
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
61syntaxTree.Options.AllowComponentFileKind) 71syntaxTree.Options.AllowComponentFileKind)
Language\DefaultRazorTagHelperContextDiscoveryPhase_Pooling.cs (1)
37var useComponentDirectiveVisitor = codeDocument.ParserOptions.AllowComponentFileKind &&