2 instantiations of RemoteOptionsProviderCache
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ClientOptionProviders.cs (2)
50=> _cache = new RemoteOptionsProviderCache<CleanCodeGenerationOptions>(callback, callbackId); 61=> _cache = new RemoteOptionsProviderCache<CodeCleanupOptions>(callback, callbackId);
2 references to RemoteOptionsProviderCache
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ClientOptionProviders.cs (2)
47private readonly RemoteOptionsProviderCache<CleanCodeGenerationOptions> _cache; 58private readonly RemoteOptionsProviderCache<CodeCleanupOptions> _cache;