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)
24
Debug.Assert(!
_created
.HasValue, "hub activators must not be reused.");
41
Debug.Assert(
_created
.HasValue, "hubs must be released with the hub activator they were created");
43
if (
_created
.Value)