6 references to _registries
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\WorkspaceEventMap.cs (6)
73=> new EventHandlerSet(_registries.Add(new Registry(handlerAndOptions))); 77var registry = _registries.FirstOrDefault(static (r, handlerAndOptions) => r.HasHandlerAndOptions(handlerAndOptions), handlerAndOptions); 87var newRegistries = _registries.Remove(registry); 93=> !_registries.IsEmpty; 96=> _registries.Any(static (r, hasOptions) => r.HasMatchingOptions(hasOptions), isMatch); 101foreach (var registry in _registries)