6 references to testGoodCase
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Semantics\PatternMatchingTests2.cs (6)
292testGoodCase(c1, c2); 293testGoodCase(c1, c3); 294testGoodCase(c2, c3); 295testGoodCase(c2, c1); 296testGoodCase(c3, c1); 297testGoodCase(c3, c2);