1 write to ChildShouldParenthesize
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
EvalResultDataItem.cs (1)
49
this.
ChildShouldParenthesize
= childShouldParenthesize;
5 references to ChildShouldParenthesize
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
ArrayExpansion.cs (1)
162
if (parent.
ChildShouldParenthesize
)
MemberExpansion.cs (2)
387
childShouldParenthesize: parent.
ChildShouldParenthesize
,
543
if (parent.
ChildShouldParenthesize
)
TupleExpansion.cs (2)
99
if (parent.
ChildShouldParenthesize
)
381
childShouldParenthesize: parent.
ChildShouldParenthesize
,