5 references to IsCompliantType
Microsoft.CodeAnalysis.CSharp (5)
Compiler\ClsComplianceChecker.cs (5)
554if (!IsCompliantType(constraintType.Type, context)) 571if (!IsCompliantType(parameter.Type, context)) 753if (!IsCompliantType(type, symbol.ContainingType)) 979return IsCompliantType(((ArrayTypeSymbol)type).ElementType, context); 1039if (!IsCompliantType(typeArg.Type, context))