2 references to ReportDesignerAttributeDataAsync
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
211
await callback.
ReportDesignerAttributeDataAsync
(changedData.SelectAsArray(d => d.data), cancellationToken).ConfigureAwait(false);
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
39
=> GetCallback(callbackId).
ReportDesignerAttributeDataAsync
(data, cancellationToken);