1 override of GenericName
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3385public override SyntaxNode GenericName(string identifier, IEnumerable<SyntaxNode> typeArguments)
2 references to GenericName
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (2)
1849=> GenericName(identifier, typeArguments.Select(TypeExpression)); 1855=> GenericName(identifier, (IEnumerable<SyntaxNode>)typeArguments);