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