1 instantiation of StreamAsValueType
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\PooledStreamStack.cs (1)
160public static implicit operator StreamAsValueType(TValue s) => new StreamAsValueType(s);
9 references to StreamAsValueType
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (9)
src\Servers\Kestrel\shared\PooledStreamStack.cs (9)
34internal StreamAsValueType[] _array; 39_array = new StreamAsValueType[size]; 48StreamAsValueType[] array = _array; 65StreamAsValueType[] array = _array; 81StreamAsValueType[] array = _array; 106StreamAsValueType[] array = _array; 138private static int CalculateRemoveCount(long timestamp, int size, StreamAsValueType[] array) 160public static implicit operator StreamAsValueType(TValue s) => new StreamAsValueType(s); 161public static implicit operator TValue(StreamAsValueType s) => s._value;