6 references to testErrorCase
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Semantics\PatternMatchingTests2.cs (6)
286testErrorCase(c1, c2, c3);
287testErrorCase(c2, c3, c1);
288testErrorCase(c3, c1, c2);
289testErrorCase(c1, c3, c2);
290testErrorCase(c3, c2, c1);
291testErrorCase(c2, c1, c3);