2 instantiations of MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DocumentClassifierPassBase.cs (1)
72
var method = new
MethodDeclarationIntermediateNode
Language\Intermediate\MethodDeclarationIntermediateNode.cs (1)
28
var clone = new
MethodDeclarationIntermediateNode
27 references to MethodDeclarationIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (27)
Language\Components\ComponentDocumentClassifierPass.cs (1)
54
MethodDeclarationIntermediateNode
method)
Language\Components\ComponentWhitespacePass.cs (2)
42
var
method = documentNode.FindPrimaryMethod();
159
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\DefaultRazorMarkupSplitPhase.cs (3)
48
var
renderMethod = documentNode.FindPrimaryMethod();
190
MethodDeclarationIntermediateNode
renderMethod,
265
MethodDeclarationIntermediateNode
renderMethod,
Language\DocumentClassifierPassBase.cs (2)
72
var
method = new MethodDeclarationIntermediateNode
113
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)
Language\Intermediate\MethodDeclarationIntermediateNode.cs (1)
28
var
clone = new MethodDeclarationIntermediateNode
Language\MarkupSplitter.cs (5)
50
MethodDeclarationIntermediateNode
renderMethod,
77
MethodDeclarationIntermediateNode
renderMethod,
119
MethodDeclarationIntermediateNode
renderMethod)
153
MethodDeclarationIntermediateNode
);
189
MethodDeclarationIntermediateNode
renderMethod)
Language\RazorCSharpDocumentWriter.cs (1)
224
public override 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)