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