2 instantiations of Visitor
Microsoft.CodeAnalysis.Razor.Compiler (2)
Mvc\ModelDirective.cs (2)
44
var visitor = new
Visitor
();
90
var visitor = new
Visitor
();
3 references to Visitor
Microsoft.CodeAnalysis.Razor.Compiler (3)
Mvc\ModelDirective.cs (3)
44
var
visitor = new Visitor();
48
private static IntermediateToken GetModelType(DocumentIntermediateNode document,
Visitor
visitor)
90
var
visitor = new Visitor();