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