1 instantiation of DesignerAttributeData
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
275
return new
DesignerAttributeData
6 references to DesignerAttributeData
Microsoft.CodeAnalysis.Features (6)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (3)
220
private async Task<ImmutableArray<(
DesignerAttributeData
data, VersionStamp version)>> ComputeChangedDataAsync(
234
using var _ = ArrayBuilder<(
DesignerAttributeData
data, VersionStamp version)>.GetInstance(out var results);
266
async Task<
DesignerAttributeData
> ComputeDesignerAttributeDataAsync(
DesignerAttribute\IDesignerAttributeDiscoveryService.cs (1)
16
ValueTask ReportDesignerAttributeDataAsync(ImmutableArray<
DesignerAttributeData
> data, CancellationToken cancellationToken);
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (2)
23
ValueTask ReportDesignerAttributeDataAsync(RemoteServiceCallbackId callbackId, ImmutableArray<
DesignerAttributeData
> data, CancellationToken cancellationToken);
38
public ValueTask ReportDesignerAttributeDataAsync(RemoteServiceCallbackId callbackId, ImmutableArray<
DesignerAttributeData
> data, CancellationToken cancellationToken)