5 references to Type
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (5)
Semantics\PatternMatchingTests.cs (5)
4953return (index < 0) ? $"(({Type()})M())" : expressions[index]; 4974return Type(); 4976return Type() + " _"; 4978return Type() + " x" + r.Next(10); 5003return $"{(haveType ? Type() : null)} {(haveParens ? $"({makePatternList(d - 1, false)})" : null)} {(haveCurlies ? $"{"{ "}{makePatternList(d - 1, true)}{" }"}" : null)} {(haveIdentifier ? " x" + r.Next(10) : null)}";