4 references to s_currentPlatformInfo
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.Service.cs (4)
128
gacFileResolver:
s_currentPlatformInfo
.HasGlobalAssemblyCache ? new GacFileResolver(preferredCulture: CultureInfo.CurrentCulture) : null,
129
s_currentPlatformInfo
.PlatformAssemblyPaths,
176
return Task.FromResult(
s_currentPlatformInfo
.Serialize());
525
var sdkDirectory =
s_currentPlatformInfo
.PlatformAssemblyPaths.IsEmpty ? RuntimeEnvironment.GetRuntimeDirectory() : null;