3 references to AddReferenceAsync
InteractiveHost.UnitTests (3)
InteractiveHostCoreInitTests.cs (1)
85await Host.AddReferenceAsync(Path.GetFileName(dll.Path));
InteractiveHostDesktopInitTests.cs (1)
60await Host.AddReferenceAsync(Path.GetFileName(dll.Path));
InteractiveHostDesktopTests.cs (1)
293await Host.AddReferenceAsync("nonexistingassembly" + Guid.NewGuid());