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)
47
private readonly
RemoteOptionsProviderCache
<CleanCodeGenerationOptions> _cache;
58
private readonly
RemoteOptionsProviderCache
<CodeCleanupOptions> _cache;