1 write to _visitor
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeSerializer.cs (1)
31
_visitor
= new IntermediateNodeWriter(writer);
3 references to _visitor
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntermediateNodeSerializer.cs (3)
39
_visitor
.Visit(node);
42
_visitor
.Depth++;
44
_visitor
.Depth--;