1 write to _transportConnection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
26_transportConnection = connectionContext;
2 references to _transportConnection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelConnectionOfT.cs (2)
34public override BaseConnectionContext TransportConnection => _transportConnection; 43var connectionContext = _transportConnection;