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