3 references to Update
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\TagHelperBlockRewriter.cs (1)
592
return node.
Update
(createExpressionLiteral(tokens));
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
273
=> node.
Update
(VisitList(node.Children));
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
181
public new GenericBlockSyntax WithChildren(SyntaxList<RazorSyntaxNode> children) =>
Update
(children);