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