17 references to AssertCannotUnify
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (17)
Symbols\TypeUnificationTests.cs (17)
93AssertCannotUnify(t1, t2);
99AssertCannotUnify(classType, null);
181AssertCannotUnify(typeParam1, t);
268AssertCannotUnify(type5, type1);
269AssertCannotUnify(type6, type2);
270AssertCannotUnify(type7, type3);
318AssertCannotUnify(type5, type1);
319AssertCannotUnify(type6, type2);
341AssertCannotUnify(containedType, containingType);
380AssertCannotUnify(type1, type3);
383AssertCannotUnify(type1, type6);
389AssertCannotUnify(type2, type6);
393AssertCannotUnify(type3, type5);
394AssertCannotUnify(type3, type6);
397AssertCannotUnify(type4, type5);
398AssertCannotUnify(type4, type6);
401AssertCannotUnify(type5, type6);