6 references to _stdoutBuffer
Microsoft.AspNetCore.Components.Testing (6)
Infrastructure\ServerInstance.cs (6)
98_ = DrainStreamAsync(_process.StandardOutput, $"[{AppName}:{Id}] ", _stdoutBuffer); 155lock (_stdoutBuffer) 157File.WriteAllText(stdoutPath, _stdoutBuffer.ToString()); 353lock (_stdoutBuffer) 355if (_stdoutBuffer.Length > 0) 358sb.Append(_stdoutBuffer);