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)
812await InitializeConnectionAsync(_notImplementedApp); 846await InitializeConnectionAsync(_notImplementedApp);