10 references to Parent
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Components\ComponentMarkupBlockPass.cs (2)
188Trees.Add(new IntermediateNodeReference(node, Parent!)); 238Trees.Add(new IntermediateNodeReference(node, Parent!));
Language\Components\ComponentTemplateDiagnosticPass.cs (1)
60_candidates.Add(new IntermediateNodeReference(node, Parent.AssumeNotNull()));
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (4)
87var nodeIndex = Parent!.Children.IndexOf(node); 88Parent.Children[nodeIndex] = addPreAllocatedAttribute; 136var nodeIndex = Parent!.Children.IndexOf(node); 137Parent.Children[nodeIndex] = setPreallocatedProperty;
Mvc.Version2_X\InstrumentationPass.cs (3)
82Items.Add(new InstrumentationItem(node, Parent!, isLiteral: true, source: node.Source.Value)); 92Items.Add(new InstrumentationItem(node, Parent!, isLiteral: false, source: node.Source.Value)); 102Items.Add(new InstrumentationItem(node, Parent!, isLiteral: false, source: node.Source.Value));