17 references to Component
Microsoft.CodeAnalysis.Razor.Compiler (15)
Language\Components\ComponentCodeDirective.cs (1)
27builder.AddDirective(Directive, RazorFileKind.Component);
Language\Components\ComponentConstrainedTypeParamDirective.cs (1)
30builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentInjectDirective.cs (1)
34builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentLayoutDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentPageDirective.cs (1)
34builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentPreserveWhitespaceDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Components\ComponentRenderModeDirective.cs (1)
28builder.AddDirective(Directive, RazorFileKind.Component);
Language\Components\ComponentTypeParamDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Extensions\AttributeDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Legacy, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Extensions\FunctionsDirective.cs (1)
28builder.AddDirective(Directive, RazorFileKind.Legacy, RazorFileKind.Component);
Language\Extensions\ImplementsDirective.cs (1)
29builder.AddDirective(Directive, RazorFileKind.Legacy, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Extensions\InheritsDirective.cs (1)
30builder.AddDirective(Directive, RazorFileKind.Legacy, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\Extensions\NamespaceDirective.cs (1)
31builder.AddDirective(Directive, RazorFileKind.Legacy, RazorFileKind.Component, RazorFileKind.ComponentImport);
Language\FileKinds.cs (2)
19=> fileKind is RazorFileKind.Component or RazorFileKind.ComponentImport; 53fileKind = RazorFileKind.Component;
rzc (2)
GenerateCommand.cs (2)
349return RazorFileKind.Component; 369: RazorFileKind.Component;