10 references to FindDescendantReferences
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Components\ComponentEventHandlerLoweringPass.cs (2)
40var references = documentNode.FindDescendantReferences<TagHelperDirectiveAttributeIntermediateNode>(); 48var parameterReferences = documentNode.FindDescendantReferences<TagHelperDirectiveAttributeParameterIntermediateNode>();
Language\Components\ComponentFormNameLoweringPass.cs (1)
25var references = documentNode.FindDescendantReferences<TagHelperDirectiveAttributeIntermediateNode>();
Language\Components\ComponentKeyLoweringPass.cs (1)
33var references = documentNode.FindDescendantReferences<TagHelperDirectiveAttributeIntermediateNode>();
Language\Components\ComponentLoweringPass.cs (1)
42var references = documentNode.FindDescendantReferences<TagHelperIntermediateNode>();
Language\Components\ComponentReferenceCaptureLoweringPass.cs (1)
33var references = documentNode.FindDescendantReferences<TagHelperDirectiveAttributeIntermediateNode>();
Language\Components\ComponentRenderModeLoweringPass.cs (1)
24var references = documentNode.FindDescendantReferences<TagHelperDirectiveAttributeIntermediateNode>();
Language\Components\ComponentSplatLoweringPass.cs (1)
24foreach (var reference in documentNode.FindDescendantReferences<TagHelperDirectiveAttributeIntermediateNode>())
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
214var references = document.FindDescendantReferences<DirectiveIntermediateNode>();
Language\DirectiveRemovalOptimizationPass.cs (1)
18foreach (var reference in documentNode.FindDescendantReferences<DirectiveIntermediateNode>())