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