2 writes to Output
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\Exceptions.cs (2)
25
Output
= info.GetString(nameof(Output));
32
Output
= output;
5 references to Output
Microsoft.CodeAnalysis.Test.Utilities (5)
Platform\Desktop\DesktopRuntimeEnvironment.cs (2)
343
var actualMessage = ex.
Output
;
347
actualMessage = Regex.Replace(ex.
Output
, @"\[mdToken=0x[0-9a-fA-F]+\]", "");
Platform\Desktop\Exceptions.cs (3)
25
Output = info.GetString(nameof(
Output
));
39
info.AddValue(nameof(
Output
),
Output
);