6 references to testErrorCase
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Semantics\PatternMatchingTests2.cs (6)
282testErrorCase(c1, c2, c3);
283testErrorCase(c2, c3, c1);
284testErrorCase(c3, c1, c2);
285testErrorCase(c1, c3, c2);
286testErrorCase(c3, c2, c1);
287testErrorCase(c2, c1, c3);