1 instantiation of EnumerableConditionalWeakTable
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\WeakEvent`1.cs (1)
25
private readonly EnumerableConditionalWeakTable<object, WeakEventHandler<TEventArgs>> _handlers =
new
();
1 reference to EnumerableConditionalWeakTable
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\WeakEvent`1.cs (1)
25
private readonly
EnumerableConditionalWeakTable
<object, WeakEventHandler<TEventArgs>> _handlers = new();