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