4 overrides of DefaultPlatform
InteractiveHost.UnitTests (4)
InteractiveHostCoreInitTests.cs (1)
22
internal override InteractiveHostPlatform
DefaultPlatform
=> InteractiveHostPlatform.Core;
InteractiveHostCoreTests.cs (1)
18
internal override InteractiveHostPlatform
DefaultPlatform
=> InteractiveHostPlatform.Core;
InteractiveHostDesktopInitTests.cs (1)
21
internal override InteractiveHostPlatform
DefaultPlatform
=> InteractiveHostPlatform.Desktop32;
InteractiveHostDesktopTests.cs (1)
26
internal override InteractiveHostPlatform
DefaultPlatform
=> InteractiveHostPlatform.Desktop64;
1 reference to DefaultPlatform
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
80
await Host.ResetAsync(InteractiveHostOptions.CreateFromDirectory(TestUtils.HostRootPath, initializationFileName, CultureInfo.InvariantCulture, CultureInfo.InvariantCulture,
DefaultPlatform
));