1 instantiation of Factory
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
16public static readonly Factory Instance = new();
2 references to Factory
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SymbolSearchUpdate\RemoteSymbolSearchUpdateService.cs (1)
26_updateEngine = SymbolSearchUpdateEngineFactory.CreateEngineInProcess(FileDownloader.Factory.Instance);
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
16public static readonly Factory Instance = new();