4 writes to _currentIStreamDirectionFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
55
_currentIStreamDirectionFeature
= null;
229
_currentIStreamDirectionFeature
= (IStreamDirectionFeature?)value;
295
feature = Unsafe.As<IStreamDirectionFeature?, TFeature?>(ref
_currentIStreamDirectionFeature
);
367
_currentIStreamDirectionFeature
= Unsafe.As<TFeature?, IStreamDirectionFeature?>(ref feature);
3 references to _currentIStreamDirectionFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
165
feature =
_currentIStreamDirectionFeature
;
425
if (
_currentIStreamDirectionFeature
!= null)
427
yield return new KeyValuePair<Type, object>(typeof(IStreamDirectionFeature),
_currentIStreamDirectionFeature
);