7 references to Registry
Microsoft.CodeAnalysis.Workspaces (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EventMap.cs (7)
68
private ImmutableArray<
Registry
<TEventHandler>> GetRegistries<TEventHandler>(string eventName)
77
private ImmutableArray<
Registry
<TEventHandler>> GetRegistries_NoLock<TEventHandler>(string eventName)
83
return (ImmutableArray<
Registry
<TEventHandler>>)registries;
89
private void SetRegistries_NoLock<TEventHandler>(string eventName, ImmutableArray<
Registry
<TEventHandler>> registries)
97
internal sealed class Registry<TEventHandler>(TEventHandler handler) : IEquatable<
Registry
<TEventHandler>?>
117
public bool Equals(
Registry
<TEventHandler>? other)
138
=> Equals(obj as
Registry
<TEventHandler>);