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