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