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