5 references to _operations
Microsoft.VisualStudio.LanguageServices (5)
SolutionEventMonitor.cs (5)
48
foreach (var globalOperation in
_operations
.Values)
51
_operations
.Clear();
72
_operations
[operation] = _notificationService.Start(operation);
77
if (
_operations
.TryGetValue(operation, out var globalOperation))
80
_operations
.Remove(operation);