5 references to _operations
Microsoft.VisualStudio.LanguageServices (5)
SolutionEventMonitor.cs (5)
49
foreach (var globalOperation in
_operations
.Values)
52
_operations
.Clear();
73
_operations
[operation] = _notificationService.Start(operation);
78
if (
_operations
.TryGetValue(operation, out var globalOperation))
81
_operations
.Remove(operation);