3 implementations of IExtensionIntermediateNodeVisitor
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentTemplateDiagnosticPass.cs (1)
46: IntermediateNodeWalker, IExtensionIntermediateNodeVisitor<TemplateIntermediateNode>
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
26IExtensionIntermediateNodeVisitor<DefaultTagHelperHtmlAttributeIntermediateNode>, 27IExtensionIntermediateNodeVisitor<DefaultTagHelperPropertyIntermediateNode>
2 references to IExtensionIntermediateNodeVisitor
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\ExtensionIntermediateNode.cs (2)
18var typedVisitor = visitor as IExtensionIntermediateNodeVisitor<TNode>;