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)
28
return
_weakReference
.TryGetTarget(out connection);