10 references to AggregatedWorkItemCounts
Microsoft.DotNet.Helix.Client (10)
generated-code\Aggregate.cs (6)
42
Task<IImmutableList<Models.
AggregatedWorkItemCounts
>> JobSummaryAsync(
53
Task<IImmutableList<Models.
AggregatedWorkItemCounts
>> WorkItemSummaryAsync(
460
public async Task<IImmutableList<Models.
AggregatedWorkItemCounts
>> JobSummaryAsync(
540
var _body = Client.Deserialize<IImmutableList<Models.
AggregatedWorkItemCounts
>>(_content);
572
public async Task<IImmutableList<Models.
AggregatedWorkItemCounts
>> WorkItemSummaryAsync(
647
var _body = Client.Deserialize<IImmutableList<Models.
AggregatedWorkItemCounts
>>(_content);
generated-code\Models\BuildAggregationSource.cs (2)
9
public BuildAggregationSource(IImmutableDictionary<string, Models.
AggregatedWorkItemCounts
> types)
15
public IImmutableDictionary<string, Models.
AggregatedWorkItemCounts
> Types { get; }
generated-code\Models\MultiSourceResponseSource.cs (2)
9
public MultiSourceResponseSource(IImmutableDictionary<string, IImmutableList<Models.
AggregatedWorkItemCounts
>> types)
15
public IImmutableDictionary<string, IImmutableList<Models.
AggregatedWorkItemCounts
>> Types { get; }