3 implementations of ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs (1)
19
RemoteServiceCallbackId callbackId) : IDesignerAttributeDiscoveryService.
ICallback
Microsoft.VisualStudio.LanguageServices (1)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
34
IDesignerAttributeDiscoveryService.
ICallback
, IEventListener
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
221
private sealed class DesignerAttributeComputerCallback : IDesignerAttributeDiscoveryService.
ICallback
9 references to ICallback
Microsoft.CodeAnalysis.Features (9)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (5)
122
IDesignerAttributeDiscoveryService.
ICallback
callback,
151
IDesignerAttributeDiscoveryService.
ICallback
callback,
178
IDesignerAttributeDiscoveryService.
ICallback
callback,
199
IDesignerAttributeDiscoveryService.
ICallback
callback,
389
IDesignerAttributeDiscoveryService.
ICallback
target,
DesignerAttribute\IDesignerAttributeDiscoveryService.cs (2)
22
ValueTask ProcessSolutionAsync(Solution solution,
ICallback
callback, CancellationToken cancellationToken);
27
ValueTask ProcessPriorityDocumentAsync(Solution solution, DocumentId priorityDocumentId,
ICallback
callback, CancellationToken cancellationToken);
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (2)
35
private new IDesignerAttributeDiscoveryService.
ICallback
GetCallback(RemoteServiceCallbackId callbackId)
36
=> (IDesignerAttributeDiscoveryService.
ICallback
)base.GetCallback(callbackId);