2 references to makeProps
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\PatternParsingTests.cs (2)
3049
return $"{(nameType ? "N" : "")} {(parensPart ? $"({
makeProps
(maxDepth, false)})" : "")} {(propsPart ? $"{{ {
makeProps
(maxDepth, true)} }}" : "")} {(name ? "n" : "")}";