10 references to Parent
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Components\ComponentMarkupBlockPass.cs (2)
194Trees.Add(new IntermediateNodeReference(node, Parent!)); 244Trees.Add(new IntermediateNodeReference(node, Parent!));
Language\Components\ComponentTemplateDiagnosticPass.cs (1)
60_candidates.Add(new IntermediateNodeReference(node, Parent.AssumeNotNull()));
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (4)
93var nodeIndex = Parent!.Children.IndexOf(node); 94Parent.Children[nodeIndex] = addPreAllocatedAttribute; 142var nodeIndex = Parent!.Children.IndexOf(node); 143Parent.Children[nodeIndex] = setPreallocatedProperty;
Mvc.Version2_X\InstrumentationPass.cs (3)
87Items.Add(new InstrumentationItem(node, Parent!, isLiteral: true, source: node.Source.Value)); 97Items.Add(new InstrumentationItem(node, Parent!, isLiteral: false, source: node.Source.Value)); 107Items.Add(new InstrumentationItem(node, Parent!, isLiteral: false, source: node.Source.Value));