6 references to _registries
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\WorkspaceEventMap.cs (6)
72=> new EventHandlerSet(_registries.Add(new Registry(handlerAndOptions))); 76var registry = _registries.FirstOrDefault(static (r, handlerAndOptions) => r.HasHandlerAndOptions(handlerAndOptions), handlerAndOptions); 86var newRegistries = _registries.Remove(registry); 92=> !_registries.IsEmpty; 95=> _registries.Any(static (r, hasOptions) => r.HasMatchingOptions(hasOptions), isMatch); 100foreach (var registry in _registries)