1 write to _notImplementedApp
InMemory.FunctionalTests (1)
Http2\Http2TestBase.cs (1)
187
_notImplementedApp
= _ => throw new NotImplementedException();
2 references to _notImplementedApp
InMemory.FunctionalTests (2)
Http2\Http2StreamTests.cs (2)
812
await InitializeConnectionAsync(
_notImplementedApp
);
846
await InitializeConnectionAsync(
_notImplementedApp
);