3 references to HostAssembly
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
InteractiveSessionTests.cs (3)
412
CSharpScript.Create("using InteractiveFixtures.C;", ScriptOptions.AddReferences(
HostAssembly
)).
423
var s0 = CSharpScript.RunAsync("", ScriptOptions.AddReferences(
HostAssembly
));
1446
var options = ScriptOptions.AddReferences(
HostAssembly
);