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