5 references to _operations
Microsoft.CodeAnalysis.Features (5)
ExternalAccess\UnitTesting\Notification\AbstractGlobalOperationNotificationService.cs (5)
44
Contract.ThrowIfFalse(
_operations
.Count == 0, $"Non-disposed operations: {string.Join(", ",
_operations
)}");
68
_operations
.Add(operation);
73
Contract.ThrowIfFalse(
_operations
.Count == 1);
90
_operations
.Clear();