1 override of VisitFieldDeclaration
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
208
public override void
VisitFieldDeclaration
(FieldDeclarationIntermediateNode node)
1 reference to VisitFieldDeclaration
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\FieldDeclarationIntermediateNode.cs (1)
20
=> visitor.
VisitFieldDeclaration
(this);