1 write to _tcs
Microsoft.AspNetCore.HttpLogging.Tests (1)
TestW3CLoggerProcessor.cs (1)
52_tcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
3 references to _tcs
Microsoft.AspNetCore.HttpLogging.Tests (3)
TestW3CLoggerProcessor.cs (3)
36if (_tcs != null && _writeCount >= _expectedWrites) 38_tcs.SetResult(); 54return _tcs.Task;