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