1 write to _store
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ComponentsActivityLinkStore.cs (1)
33_store = instance == null
3 references to _store
Microsoft.AspNetCore.Components.Endpoints (3)
src\Shared\Components\ComponentsActivityLinkStore.cs (3)
36Debug.Assert(_store != null, "Activity links store should not be null."); 41_store[category] = new CategoryLink(activityLink, tag); 46foreach (var kvp in _store)