11 references to VerifyStackTraceAsync
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (11)
ScriptTests.cs (11)
866return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts), line: 1, column: 1, filename: "debug.csx"); 873return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts)); 880return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts)); 888return VerifyStackTraceAsync(() => CSharpScript.Create(new MemoryStream(Encoding.UTF8.GetBytes("throw new System.Exception();")), opts), line: 1, column: 1, filename: "debug.csx"); 895return VerifyStackTraceAsync(() => CSharpScript.Create(new MemoryStream(Encoding.UTF8.GetBytes("throw new System.Exception();")), opts)); 903return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts), line: 1, column: 1, filename: ""); 911return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts), line: 1, column: 1, filename: ""); 918return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts)); 925return VerifyStackTraceAsync(() => CSharpScript.Create("throw new System.Exception();", opts)); 933return VerifyStackTraceAsync(() => CSharpScript.Create(new MemoryStream(Encoding.UTF8.GetBytes("throw new System.Exception();")), opts), line: 1, column: 1, filename: ""); 940return VerifyStackTraceAsync(() => CSharpScript.Create(new MemoryStream(Encoding.UTF8.GetBytes("throw new System.Exception();")), opts));