12 instantiations of HttpRequestBodyReader
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpRequestReader.cs (1)
94_httpRequestBodyReader = new HttpRequestBodyReader(options);
Microsoft.Extensions.Http.Diagnostics.Tests (11)
Logging\HttpRequestBodyReaderTest.cs (11)
45var httpRequestBodyReader = new HttpRequestBodyReader(options); 64var httpRequestBodyReader = new HttpRequestBodyReader(options); 89var httpRequestBodyReader = new HttpRequestBodyReader(options); 110var httpRequestBodyReader = new HttpRequestBodyReader(options); 138var httpRequestBodyReader = new HttpRequestBodyReader(options); 162var httpRequestBodyReader = new HttpRequestBodyReader(options); 191var httpRequestBodyReader = new HttpRequestBodyReader(options); 215var httpRequestBodyReader = new HttpRequestBodyReader(options); 236var httpRequestBodyReader = new HttpRequestBodyReader(options); 246var reader = new HttpRequestBodyReader(new(), DebuggerState.Attached); 256var reader = new HttpRequestBodyReader(options, DebuggerState.Detached);
12 references to HttpRequestBodyReader
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpRequestReader.cs (1)
40private readonly HttpRequestBodyReader _httpRequestBodyReader;
Microsoft.Extensions.Http.Diagnostics.Tests (11)
Logging\HttpRequestBodyReaderTest.cs (11)
45var httpRequestBodyReader = new HttpRequestBodyReader(options); 64var httpRequestBodyReader = new HttpRequestBodyReader(options); 89var httpRequestBodyReader = new HttpRequestBodyReader(options); 110var httpRequestBodyReader = new HttpRequestBodyReader(options); 138var httpRequestBodyReader = new HttpRequestBodyReader(options); 162var httpRequestBodyReader = new HttpRequestBodyReader(options); 191var httpRequestBodyReader = new HttpRequestBodyReader(options); 215var httpRequestBodyReader = new HttpRequestBodyReader(options); 236var httpRequestBodyReader = new HttpRequestBodyReader(options); 246var reader = new HttpRequestBodyReader(new(), DebuggerState.Attached); 256var reader = new HttpRequestBodyReader(options, DebuggerState.Detached);