1 write to HasGlobalAssemblyCache
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
38HasGlobalAssemblyCache = hasGlobalAssemblyCache;
2 references to HasGlobalAssemblyCache
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.Service.cs (1)
128gacFileResolver: s_currentPlatformInfo.HasGlobalAssemblyCache ? new GacFileResolver(preferredCulture: CultureInfo.CurrentCulture) : null,
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
45HasGlobalAssemblyCache = HasGlobalAssemblyCache,