1 reference to GetAllTypeParameters
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
431
var index = symbol.OriginalDefinition.
GetAllTypeParameters
().IndexOf(p => p.Name == typeParamName.Value);