2 instantiations of MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DocumentClassifierPassBase.cs (1)
72var method = new MethodDeclarationIntermediateNode
Language\Intermediate\MethodDeclarationIntermediateNode.cs (1)
28var clone = new MethodDeclarationIntermediateNode
27 references to MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (27)
Language\Components\ComponentDocumentClassifierPass.cs (1)
54MethodDeclarationIntermediateNode method)
Language\Components\ComponentWhitespacePass.cs (2)
42var method = documentNode.FindPrimaryMethod(); 159public override void VisitMethodDeclaration(MethodDeclarationIntermediateNode node)
Language\DefaultDocumentClassifierPass.cs (1)
23MethodDeclarationIntermediateNode method)
Language\DefaultDocumentClassifierPassFeature.cs (2)
20public IList<Action<RazorCodeDocument, MethodDeclarationIntermediateNode>> ConfigureMethod { get; } = 21new List<Action<RazorCodeDocument, MethodDeclarationIntermediateNode>>();
Language\DefaultRazorMarkupSplitPhase.cs (3)
48var renderMethod = documentNode.FindPrimaryMethod(); 190MethodDeclarationIntermediateNode renderMethod, 265MethodDeclarationIntermediateNode renderMethod,
Language\DocumentClassifierPassBase.cs (2)
72var method = new MethodDeclarationIntermediateNode 113MethodDeclarationIntermediateNode @method)
Language\Extensions\EliminateMethodBodyPass.cs (1)
25var method = documentNode.FindPrimaryMethod();
Language\Intermediate\DocumentIntermediateNodeExtensions.cs (2)
19public static MethodDeclarationIntermediateNode? FindPrimaryMethod(this DocumentIntermediateNode node) 23return FindNode<MethodDeclarationIntermediateNode>(node, static n => n.IsPrimaryMethod);
Language\Intermediate\IntermediateNodeVisitor.cs (1)
77public virtual void VisitMethodDeclaration(MethodDeclarationIntermediateNode node)
Language\Intermediate\MethodDeclarationIntermediateNode.cs (1)
28var clone = new MethodDeclarationIntermediateNode
Language\MarkupSplitter.cs (5)
50MethodDeclarationIntermediateNode renderMethod, 77MethodDeclarationIntermediateNode renderMethod, 119MethodDeclarationIntermediateNode renderMethod) 153MethodDeclarationIntermediateNode); 189MethodDeclarationIntermediateNode renderMethod)
Language\RazorCSharpDocumentWriter.cs (1)
224public override void VisitMethodDeclaration(MethodDeclarationIntermediateNode node)
Mvc.Version1_X\MvcViewDocumentClassifierPass.cs (1)
21MethodDeclarationIntermediateNode method)
Mvc.Version2_X\MvcViewDocumentClassifierPass.cs (1)
21MethodDeclarationIntermediateNode method)
Mvc.Version2_X\RazorPageDocumentClassifierPass.cs (1)
51MethodDeclarationIntermediateNode method)
Mvc\MvcViewDocumentClassifierPass.cs (1)
30MethodDeclarationIntermediateNode method)
Mvc\RazorPageDocumentClassifierPass.cs (1)
60MethodDeclarationIntermediateNode method)