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