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)
52
if (
_redisServerProcess
!= null
53
&& !
_redisServerProcess
.HasExited)
83
if (
_redisServerProcess
!= null)
85
_redisServerProcess
.Kill();
148
if (
_redisServerProcess
== null)
163
if (
_redisServerProcess
== null)
182
if (
_redisServerProcess
.HasExited)
186
+
_redisServerProcess
.StandardError.ReadToEnd() + Environment.NewLine
187
+
_redisServerProcess
.StandardOutput.ReadToEnd());
196
if (
_redisServerProcess
== null)