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