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