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