1 instantiation of MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentClassifierPassBase.cs (1)
71var method = new MethodDeclarationIntermediateNode
18 references to MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (18)
Language\Components\ComponentDocumentClassifierPass.cs (1)
54MethodDeclarationIntermediateNode method)
Language\Components\ComponentWhitespacePass.cs (2)
37var method = documentNode.FindPrimaryMethod(); 154public 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\DefaultRazorCSharpLoweringPhase.cs (1)
188public override void VisitMethodDeclaration(MethodDeclarationIntermediateNode node)
Language\DocumentClassifierPassBase.cs (2)
71var method = new MethodDeclarationIntermediateNode 112MethodDeclarationIntermediateNode @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)
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)