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