5 references to _registrations
Microsoft.CodeAnalysis.Workspaces (5)
Notification\AbstractGlobalOperationNotificationService.cs (5)
43
Contract.ThrowIfFalse(
_registrations
.Count == 0);
67
_registrations
.Add(registration);
71
if (
_registrations
.Count == 1)
85
var result =
_registrations
.Remove(registration);
88
if (
_registrations
.Count == 0)