5 references to _registrations
Microsoft.CodeAnalysis.Workspaces (5)
Notification\AbstractGlobalOperationNotificationService.cs (5)
42
Contract.ThrowIfFalse(
_registrations
.Count == 0);
66
_registrations
.Add(registration);
70
if (
_registrations
.Count == 1)
84
var result =
_registrations
.Remove(registration);
87
if (
_registrations
.Count == 0)