3 references to ComponentInjectDirective
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentInjectDirectivePass.cs (2)
57
if (node.Directive ==
ComponentInjectDirective
.Directive)
65
if (node.Directive ==
ComponentInjectDirective
.Directive)
Language\RazorProjectEngine.cs (1)
405
ComponentInjectDirective
.Register(builder);