26 references to ValidateChildrenEmptyAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (26)
ValueTracking\AbstractBaseValueTrackingTests.cs (1)
78await ValidateChildrenEmptyAsync(testWorkspace, item, cancellationToken);
ValueTracking\CSharpValueTrackingTests.cs (21)
406await ValidateChildrenEmptyAsync(workspace, items[1]); 421await ValidateChildrenEmptyAsync(workspace, items[0]); 423await ValidateChildrenEmptyAsync(workspace, items[1]); 425await ValidateChildrenEmptyAsync(workspace, items[3]); 446await ValidateChildrenEmptyAsync(workspace, child); 547await ValidateChildrenEmptyAsync(workspace, items[1]); 624await ValidateChildrenEmptyAsync(workspace, items[4]); 691await ValidateChildrenEmptyAsync(workspace, children[3]); 762await ValidateChildrenEmptyAsync(workspace, children[0]); 773await ValidateChildrenEmptyAsync(workspace, children.Single()); 837await ValidateChildrenEmptyAsync(workspace, items.Single()); 901await ValidateChildrenEmptyAsync(workspace, items.Single()); 954await ValidateChildrenEmptyAsync(workspace, items[0]); 972await ValidateChildrenEmptyAsync(workspace, items.Single()); 1025await ValidateChildrenEmptyAsync(workspace, items[0]); 1043await ValidateChildrenEmptyAsync(workspace, items.Single()); 1097await ValidateChildrenEmptyAsync(workspace, items[0]); 1098await ValidateChildrenEmptyAsync(workspace, items[1]); 1099await ValidateChildrenEmptyAsync(workspace, items[2]); 1100await ValidateChildrenEmptyAsync(workspace, items[3]); 1146await ValidateChildrenEmptyAsync(workspace, items.Single());
ValueTracking\VisualBasicValueTrackingTests.cs (4)
107await ValidateChildrenEmptyAsync(workspace, childItems.Single()); 254await ValidateChildrenEmptyAsync(workspace, items.Single()); 313await ValidateChildrenEmptyAsync(workspace, items.Single()); 374await ValidateChildrenEmptyAsync(workspace, items.Single());