Base:
method
WithTypeArguments
Microsoft.CodeAnalysis.Editing.SyntaxGenerator.WithTypeArguments(Microsoft.CodeAnalysis.SyntaxNode, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>)
3 references to WithTypeArguments
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
3387
return qname.WithRight((SimpleNameSyntax)this.
WithTypeArguments
(qname.Right, typeArguments));
3391
return aname.WithName((SimpleNameSyntax)this.
WithTypeArguments
(aname.Name, typeArguments));
3396
return sma.WithName((SimpleNameSyntax)this.
WithTypeArguments
(sma.Name, typeArguments));