2 references to onlyContainsEmptyLeafNestedInitializers
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs (2)
283
if (isRhsNestedInitializer &&
onlyContainsEmptyLeafNestedInitializers
(assignment))
529
&& initializer.Initializers.All(e => e is BoundAssignmentOperator nestedAssignment &&
onlyContainsEmptyLeafNestedInitializers
(nestedAssignment));