26 references to ValidateChildrenEmptyAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (26)
ValueTracking\AbstractBaseValueTrackingTests.cs (1)
79await ValidateChildrenEmptyAsync(testWorkspace, item, cancellationToken);
ValueTracking\CSharpValueTrackingTests.cs (21)
344await ValidateChildrenEmptyAsync(workspace, items[1]); 359await ValidateChildrenEmptyAsync(workspace, items[0]); 361await ValidateChildrenEmptyAsync(workspace, items[1]); 363await ValidateChildrenEmptyAsync(workspace, items[3]); 378await ValidateChildrenEmptyAsync(workspace, child); 478await ValidateChildrenEmptyAsync(workspace, items[1]); 547await ValidateChildrenEmptyAsync(workspace, items[4]); 613await ValidateChildrenEmptyAsync(workspace, children[3]); 683await ValidateChildrenEmptyAsync(workspace, children[0]); 694await ValidateChildrenEmptyAsync(workspace, children.Single()); 757await ValidateChildrenEmptyAsync(workspace, items.Single()); 820await ValidateChildrenEmptyAsync(workspace, items.Single()); 872await ValidateChildrenEmptyAsync(workspace, items[0]); 890await ValidateChildrenEmptyAsync(workspace, items.Single()); 942await ValidateChildrenEmptyAsync(workspace, items[0]); 960await ValidateChildrenEmptyAsync(workspace, items.Single()); 1007await ValidateChildrenEmptyAsync(workspace, items[0]); 1008await ValidateChildrenEmptyAsync(workspace, items[1]); 1009await ValidateChildrenEmptyAsync(workspace, items[2]); 1010await ValidateChildrenEmptyAsync(workspace, items[3]); 1055await ValidateChildrenEmptyAsync(workspace, items.Single());
ValueTracking\VisualBasicValueTrackingTests.cs (4)
110await ValidateChildrenEmptyAsync(workspace, childItems.Single()); 261await ValidateChildrenEmptyAsync(workspace, items.Single()); 321await ValidateChildrenEmptyAsync(workspace, items.Single()); 383await ValidateChildrenEmptyAsync(workspace, items.Single());