4 references to _stderrBuffer
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\ServerInstance.cs (4)
134
_ = DrainStreamAsync(_process.StandardError, $"[{AppName}:{Id} ERR] ",
_stderrBuffer
);
268
lock (
_stderrBuffer
)
270
if (
_stderrBuffer
.Length > 0)
273
sb.Append(
_stderrBuffer
);