3 implementations of ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs (1)
14
private sealed class CallbackWrapper : IDesignerAttributeDiscoveryService.
ICallback
Microsoft.VisualStudio.LanguageServices (1)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
34
ForegroundThreadAffinitizedObject, IDesignerAttributeDiscoveryService.
ICallback
, IEventListener<object>, IDisposable
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
161
private class DesignerAttributeComputerCallback : IDesignerAttributeDiscoveryService.
ICallback
6 references to ICallback
Microsoft.CodeAnalysis.Features (6)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (3)
68
IDesignerAttributeDiscoveryService.
ICallback
callback,
103
IDesignerAttributeDiscoveryService.
ICallback
callback,
147
IDesignerAttributeDiscoveryService.
ICallback
callback,
DesignerAttribute\IDesignerAttributeDiscoveryService.cs (1)
20
Solution solution, DocumentId? priorityDocumentId, bool useFrozenSnapshots,
ICallback
callback, CancellationToken cancellationToken);
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (2)
39
private new IDesignerAttributeDiscoveryService.
ICallback
GetCallback(RemoteServiceCallbackId callbackId)
40
=> (IDesignerAttributeDiscoveryService.
ICallback
)base.GetCallback(callbackId);