3 references to makePatternList
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\PatternMatchingTests.cs (3)
5005
return $"{(haveType ? Type() : null)} {(haveParens ? $"({
makePatternList
(d - 1, false)})" : null)} {(haveCurlies ? $"{"{ "}{
makePatternList
(d - 1, true)}{" }"}" : null)} {(haveIdentifier ? " x" + r.Next(10) : null)}";
5012
return $"[{
makePatternList
(d - 1, false)}]{(haveIdentifier ? " x" + r.Next(10) : null)}";