1 override of WithTypeArguments
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3467
public override SyntaxNode
WithTypeArguments
(SyntaxNode expression, IEnumerable<SyntaxNode> typeArguments)
2 references to WithTypeArguments
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\ConvertLocalFunctionToMethod\CSharpConvertLocalFunctionToMethodCodeRefactoringProvider.cs (1)
160
.
WithTypeArguments
(currentNode, typeArguments)
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
1880
=>
WithTypeArguments
(expression, (IEnumerable<SyntaxNode>)typeArguments);