1 interface inheriting from IRemoteOptionsCallback
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
25
internal 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
184
where TCallback : class,
IRemoteOptionsCallback
<TOptions>
Services\ClientOptionsProvider.cs (1)
14
where TCallback : class,
IRemoteOptionsCallback
<TOptions>