1 write to _weakReference
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\ConnectionReference.cs (1)
18_weakReference = new WeakReference<KestrelConnection>(connection);
1 reference to _weakReference
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\ConnectionReference.cs (1)
28return _weakReference.TryGetTarget(out connection);