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