4 writes to _redisServerProcess
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (4)
Infrastructure\RedisTestConfig.cs (4)
86_redisServerProcess = null; 99_redisServerProcess = null; 106_redisServerProcess = process; 179_redisServerProcess = Process.Start(processInfo);
10 references to _redisServerProcess
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (10)
Infrastructure\RedisTestConfig.cs (10)
52if (_redisServerProcess != null 53&& !_redisServerProcess.HasExited) 83if (_redisServerProcess != null) 85_redisServerProcess.Kill(); 148if (_redisServerProcess == null) 163if (_redisServerProcess == null) 182if (_redisServerProcess.HasExited) 186+ _redisServerProcess.StandardError.ReadToEnd() + Environment.NewLine 187+ _redisServerProcess.StandardOutput.ReadToEnd()); 196if (_redisServerProcess == null)