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