1 interface inheriting from IRemoteOptionsCallback
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
25internal interface ICallback : IRemoteOptionsCallback<ClassificationOptions>
3 references to IRemoteOptionsCallback
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\BrokeredServiceBase.cs (2)
180/// its ICallback interface should implement <see cref="IRemoteOptionsCallback{TOptions}"/> and use this 184where TCallback : class, IRemoteOptionsCallback<TOptions>
Services\ClientOptionsProvider.cs (1)
14where TCallback : class, IRemoteOptionsCallback<TOptions>