2 references to WithTypeArguments
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (1)
118
fixedDeclaration = (TypeSyntax)syntaxGenerator.
WithTypeArguments
(taskTypeSyntax, fixedDeclaration);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (1)
118
fixedDeclaration = (TypeSyntax)syntaxGenerator.
WithTypeArguments
(taskTypeSyntax, fixedDeclaration);