10 references to AggregatedWorkItemCounts
Microsoft.DotNet.Helix.Client (10)
generated-code\Aggregate.cs (6)
45Task<IImmutableList<Models.AggregatedWorkItemCounts>> JobSummaryAsync( 56Task<IImmutableList<Models.AggregatedWorkItemCounts>> WorkItemSummaryAsync( 463public async Task<IImmutableList<Models.AggregatedWorkItemCounts>> JobSummaryAsync( 543var _body = Client.Deserialize<IImmutableList<Models.AggregatedWorkItemCounts>>(_content); 575public async Task<IImmutableList<Models.AggregatedWorkItemCounts>> WorkItemSummaryAsync( 650var _body = Client.Deserialize<IImmutableList<Models.AggregatedWorkItemCounts>>(_content);
generated-code\Models\BuildAggregationSource.cs (2)
12public BuildAggregationSource(IImmutableDictionary<string, Models.AggregatedWorkItemCounts> types) 18public IImmutableDictionary<string, Models.AggregatedWorkItemCounts> Types { get; }
generated-code\Models\MultiSourceResponseSource.cs (2)
12public MultiSourceResponseSource(IImmutableDictionary<string, IImmutableList<Models.AggregatedWorkItemCounts>> types) 18public IImmutableDictionary<string, IImmutableList<Models.AggregatedWorkItemCounts>> Types { get; }