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