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