1 instantiation of MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentClassifierPassBase.cs (1)
71
var method = new
MethodDeclarationIntermediateNode
18 references to MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (18)
Language\Components\ComponentDocumentClassifierPass.cs (1)
54
MethodDeclarationIntermediateNode
method)
Language\Components\ComponentWhitespacePass.cs (2)
37
var
method = documentNode.FindPrimaryMethod();
154
public override void VisitMethodDeclaration(
MethodDeclarationIntermediateNode
node)
Language\DefaultDocumentClassifierPass.cs (1)
23
MethodDeclarationIntermediateNode
method)
Language\DefaultDocumentClassifierPassFeature.cs (2)
20
public IList<Action<RazorCodeDocument,
MethodDeclarationIntermediateNode
>> ConfigureMethod { get; } =
21
new List<Action<RazorCodeDocument,
MethodDeclarationIntermediateNode
>>();
Language\DefaultRazorCSharpLoweringPhase.cs (1)
188
public override void VisitMethodDeclaration(
MethodDeclarationIntermediateNode
node)
Language\DocumentClassifierPassBase.cs (2)
71
var
method = new MethodDeclarationIntermediateNode
112
MethodDeclarationIntermediateNode
@method)
Language\Extensions\EliminateMethodBodyPass.cs (1)
25
var
method = documentNode.FindPrimaryMethod();
Language\Intermediate\DocumentIntermediateNodeExtensions.cs (2)
19
public static
MethodDeclarationIntermediateNode
? FindPrimaryMethod(this DocumentIntermediateNode node)
23
return FindNode<
MethodDeclarationIntermediateNode
>(node, static n => n.IsPrimaryMethod);
Language\Intermediate\IntermediateNodeVisitor.cs (1)
77
public virtual void VisitMethodDeclaration(
MethodDeclarationIntermediateNode
node)
Mvc.Version1_X\MvcViewDocumentClassifierPass.cs (1)
21
MethodDeclarationIntermediateNode
method)
Mvc.Version2_X\MvcViewDocumentClassifierPass.cs (1)
21
MethodDeclarationIntermediateNode
method)
Mvc.Version2_X\RazorPageDocumentClassifierPass.cs (1)
51
MethodDeclarationIntermediateNode
method)
Mvc\MvcViewDocumentClassifierPass.cs (1)
30
MethodDeclarationIntermediateNode
method)
Mvc\RazorPageDocumentClassifierPass.cs (1)
60
MethodDeclarationIntermediateNode
method)