2 writes to StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Stream.cs (1)
91
_context.
StreamId
= streamId;
Internal\Http2\Http2StreamContext.cs (1)
33
StreamId
= streamId;
2 references to StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Stream.cs (1)
96
public int StreamId => _context.
StreamId
;
Internal\Http2\Http2Stream.FeatureCollection.cs (1)
46
int IHttp2StreamIdFeature.StreamId => _context.
StreamId
;