4 references to GetTypeParameters
Microsoft.CodeAnalysis.CodeStyle (2)
ISymbolExtensions.cs (1)
379
results.AddRange(symbol.
GetTypeParameters
());
SymbolKey.TypeParameterSymbolKey.cs (1)
63
foreach (var typeParam in containingSymbol.
GetTypeParameters
())
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseImplicitTypeHelper.cs (1)
238
if (!method.
GetTypeParameters
().IsEmpty)
CSharpUseLocalFunctionDiagnosticAnalyzer.cs (1)
374
var typeParams = localEnclosingSymbol.
GetTypeParameters
();