23 references to AssertCanUnify
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (23)
Symbols\TypeUnificationTests.cs (23)
89AssertCanUnify(t1, t2);
98AssertCanUnify(null, null);
168AssertCanUnify(typeParam1, t);
184AssertCanUnify(typeParam1, typeParam2);
216AssertCanUnify(genericType1, arrayType1);
217AssertCanUnify(genericType2, arrayType2);
218AssertCanUnify(genericType3, arrayType3);
264AssertCanUnify(t1, t2);
314AssertCanUnify(t1, t2);
378AssertCanUnify(type1, type1);
379AssertCanUnify(type1, type2);
381AssertCanUnify(type1, type4);
382AssertCanUnify(type1, type5);
385AssertCanUnify(type2, type2);
386AssertCanUnify(type2, type3);
387AssertCanUnify(type2, type4);
388AssertCanUnify(type2, type5);
391AssertCanUnify(type3, type3);
392AssertCanUnify(type3, type4);
396AssertCanUnify(type4, type4);
400AssertCanUnify(type5, type5);
403AssertCanUnify(type6, type6);
419AssertCanUnify(type.Interfaces()[0], type.Interfaces()[1]);