2 references to GetNthTypeParameter
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
526var typeParameter = GetNthTypeParameter(bindingContext.ContainingType, typeParameterIndex); 841return GetNthTypeParameter(typeSymbol.ContainingType, n);