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