3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1572
=> node.
Update
(VisitToken(node.ScopedKeyword), (TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
1077
public ScopedTypeSyntax WithScopedKeyword(SyntaxToken scopedKeyword) =>
Update
(scopedKeyword, this.Type);
1078
public ScopedTypeSyntax WithType(TypeSyntax type) =>
Update
(this.ScopedKeyword, type);