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