2 references to Update
Microsoft.CodeAnalysis.CSharp (2)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2050=> node.Update((TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"));
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11896public TypeConstraintSyntax WithType(TypeSyntax type) => Update(type);