5 references to IsCompliantType
Microsoft.CodeAnalysis.CSharp (5)
Compiler\ClsComplianceChecker.cs (5)
561if (!IsCompliantType(constraintType.Type, context)) 578if (!IsCompliantType(parameter.Type, context)) 760if (!IsCompliantType(type, symbol.ContainingType)) 986return IsCompliantType(((ArrayTypeSymbol)type).ElementType, context); 1046if (!IsCompliantType(typeArg.Type, context))