5 references to _operations
Microsoft.CodeAnalysis.Workspaces (5)
Notification\AbstractGlobalOperationNotificationService.cs (5)
43Contract.ThrowIfFalse(_operations.Count == 0, $"Non-disposed operations: {string.Join(", ", _operations)}"); 67_operations.Add(operation); 72Contract.ThrowIfFalse(_operations.Count == 1); 89_operations.Clear();