4 references to _stdoutBuffer
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\ServerInstance.cs (4)
133
_ = DrainStreamAsync(_process.StandardOutput, $"[{AppName}:{Id}] ",
_stdoutBuffer
);
260
lock (
_stdoutBuffer
)
262
if (
_stdoutBuffer
.Length > 0)
265
sb.Append(
_stdoutBuffer
);