1 instantiation of PipeReaderWrapper
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
2996
WrappedPipeReader = new
PipeReaderWrapper
(_originalDuplexPipe.Input);
1 reference to PipeReaderWrapper
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
2991
public readonly
PipeReaderWrapper
WrappedPipeReader;