3 references to CollectDirectiveReferences
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Extensions\FunctionsDirectivePass.cs (2)
29documentNode.CollectDirectiveReferences(FunctionsDirective.Directive, ref directiveNodes.AsRef()); 33documentNode.CollectDirectiveReferences(ComponentCodeDirective.Directive, ref directiveNodes.AsRef());
Language\Intermediate\DocumentIntermediateNodeExtensions.cs (1)
66node.CollectDirectiveReferences(directive, ref results.AsRef());