2 references to areConstraintTypesSubset
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\ExtensionGroupingInfo.cs (2)
395return areConstraintTypesSubset(substitutedTypes1, substitutedTypes2, typeParameter2) && 396areConstraintTypesSubset(substitutedTypes2, substitutedTypes1, typeParameter1);