5 references to WithTypeArgumentList
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
185
public GenericNameSyntax AddTypeArgumentListArguments(params TypeSyntax[] items) =>
WithTypeArgumentList
(this.TypeArgumentList.WithArguments(this.TypeArgumentList.Arguments.AddRange(items)));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3468
return gname.
WithTypeArgumentList
(SyntaxFactory.TypeArgumentList([.. typeArguments.Cast<TypeSyntax>()]));
Microsoft.CodeAnalysis.Razor.Compiler (1)
CSharp\GenericTypeNameRewriter.cs (1)
87
return node.
WithTypeArgumentList
(node.TypeArgumentList.WithArguments(args));
Microsoft.Interop.ComInterfaceGenerator (1)
Marshallers\ObjectUnwrapperResolver.cs (1)
53
.
WithTypeArgumentList
(
Microsoft.Interop.SourceGeneration (1)
Marshalling\DelegateMarshaller.cs (1)
71
.
WithTypeArgumentList
(