2 references to GetAllNamedTypeConstraints
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidUninstantiatedInternalClasses.cs (2)
410
.SelectMany(constraintT =>
GetAllNamedTypeConstraints
(constraintT));
414
var constraints =
GetAllNamedTypeConstraints
(typeParameterArg);