2 writes to _created
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubActivator.cs (2)
26_created = false; 31_created = true;
3 references to _created
Microsoft.AspNetCore.SignalR.Core (3)
Internal\DefaultHubActivator.cs (3)
24Debug.Assert(!_created.HasValue, "hub activators must not be reused."); 41Debug.Assert(_created.HasValue, "hubs must be released with the hub activator they were created"); 43if (_created.Value)