1 implementation of ReportDesignerAttributeDataAsync
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
38
public ValueTask
ReportDesignerAttributeDataAsync
(RemoteServiceCallbackId callbackId, ImmutableArray<DesignerAttributeData> data, CancellationToken cancellationToken)
1 reference to ReportDesignerAttributeDataAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs (1)
24
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
ReportDesignerAttributeDataAsync
(callbackId, data, cancellationToken), cancellationToken);