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