1 write to HasGlobalAssemblyCache
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
39HasGlobalAssemblyCache = hasGlobalAssemblyCache;
3 references to HasGlobalAssemblyCache
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
371gacFileResolver: platformInfo.HasGlobalAssemblyCache ? new GacFileResolver(preferredCulture: CultureInfo.CurrentCulture) : null,
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.Service.cs (1)
130gacFileResolver: s_currentPlatformInfo.HasGlobalAssemblyCache ? new GacFileResolver(preferredCulture: CultureInfo.CurrentCulture) : null,
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
46HasGlobalAssemblyCache = HasGlobalAssemblyCache,