1 reference to GetAllTypeParameters
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseLocalFunctionDiagnosticAnalyzer.cs (1)
365
var delegateTypeParamNames = delegateType.
GetAllTypeParameters
().Select(p => p.Name).ToImmutableHashSet();