1 implementation of IStorage
Microsoft.DotNet.Helix.Client (1)
generated-code\Storage.cs (1)
37
internal partial class Storage : IServiceOperations<HelixApi>,
IStorage
4 references to IStorage
Microsoft.DotNet.Helix.Client (2)
generated-code\HelixApi.cs (2)
36
IStorage
Storage { get; }
128
public
IStorage
Storage { get; }
Microsoft.DotNet.Helix.JobSender (2)
StorageHelpers\ApiBlobHelper.cs (2)
16
private readonly
IStorage
_helixApiStorage;
18
public ApiBlobHelper(
IStorage
helixApiStorage)