26 references to ValidateChildrenEmptyAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (26)
ValueTracking\AbstractBaseValueTrackingTests.cs (1)
78await ValidateChildrenEmptyAsync(testWorkspace, item, cancellationToken);
ValueTracking\CSharpValueTrackingTests.cs (21)
333await ValidateChildrenEmptyAsync(workspace, items[1]); 348await ValidateChildrenEmptyAsync(workspace, items[0]); 350await ValidateChildrenEmptyAsync(workspace, items[1]); 352await ValidateChildrenEmptyAsync(workspace, items[3]); 367await ValidateChildrenEmptyAsync(workspace, child); 466await ValidateChildrenEmptyAsync(workspace, items[1]); 535await ValidateChildrenEmptyAsync(workspace, items[4]); 600await ValidateChildrenEmptyAsync(workspace, children[3]); 669await ValidateChildrenEmptyAsync(workspace, children[0]); 680await ValidateChildrenEmptyAsync(workspace, children.Single()); 742await ValidateChildrenEmptyAsync(workspace, items.Single()); 804await ValidateChildrenEmptyAsync(workspace, items.Single()); 855await ValidateChildrenEmptyAsync(workspace, items[0]); 873await ValidateChildrenEmptyAsync(workspace, items.Single()); 924await ValidateChildrenEmptyAsync(workspace, items[0]); 942await ValidateChildrenEmptyAsync(workspace, items.Single()); 988await ValidateChildrenEmptyAsync(workspace, items[0]); 989await ValidateChildrenEmptyAsync(workspace, items[1]); 990await ValidateChildrenEmptyAsync(workspace, items[2]); 991await ValidateChildrenEmptyAsync(workspace, items[3]); 1035await 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());