2 references to RunFromAsync
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
ScriptTests.cs (2)
335
await Assert.ThrowsAsync<ArgumentNullException>("previousState", () => state.Script.
RunFromAsync
(null));
344
await Assert.ThrowsAsync<ArgumentException>("previousState", () => state1.Script.
RunFromAsync
(state2));