6 references to testGoodCase
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Semantics\PatternMatchingTests2.cs (6)
288testGoodCase(c1, c2); 289testGoodCase(c1, c3); 290testGoodCase(c2, c3); 291testGoodCase(c2, c1); 292testGoodCase(c3, c1); 293testGoodCase(c3, c2);