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