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