Base:
method
Visit
Microsoft.AspNetCore.Razor.Language.Syntax.SyntaxReplacer.BaseListEditor.Visit(Microsoft.AspNetCore.Razor.Language.Syntax.SyntaxNode)
2 references to Visit
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxReplacer.cs (2)
202
return new NodeListEditor(originalNode, newNodes, ListEditKind.Replace).
Visit
(root);
207
return new NodeListEditor(nodeInList, nodesToInsert, insertBefore ? ListEditKind.InsertBefore : ListEditKind.InsertAfter).
Visit
(root);