4 references to Instance
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\Scripting\GlobalAssemblyCacheCompletionHelper.cs (2)
19
new(() => [.. GlobalAssemblyCache.
Instance
.GetAssemblySimpleNames()]);
61
=> IOUtilities.PerformIO(() => GlobalAssemblyCache.
Instance
.GetAssemblyIdentities(partialName), []);
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
256
GlobalAssemblyCache.
Instance
.ResolvePartialName(fullAssemblyName, out assemblyLocation, preferredCulture: CultureInfo.CurrentCulture);
Microsoft.CodeAnalysis.Scripting (1)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
76
GlobalAssemblyCache.
Instance
.ResolvePartialName(assemblyName, out path, Architectures, this.PreferredCulture);