3 instantiations of SemaphoreModel
Microsoft.DotNet.VersionTools (3)
BuildManifest\BuildManifestClient.cs (2)
92
Contents = new
SemaphoreModel
172
Contents = new
SemaphoreModel
BuildManifest\Model\SemaphoreModel.cs (1)
25
return new
SemaphoreModel
6 references to SemaphoreModel
Microsoft.DotNet.VersionTools (5)
BuildManifest\BuildManifestClient.cs (4)
46
public async Task<
SemaphoreModel
> FetchSemaphoreAsync(
62
return
SemaphoreModel
.Parse(semaphorePath, contents);
91
Path =
SemaphoreModel
.BuildSemaphorePath,
289
SemaphoreModel
semaphore = await FetchSemaphoreAsync(
BuildManifest\Model\SemaphoreModel.cs (1)
23
public static
SemaphoreModel
Parse(string path, string fileContent)
Microsoft.DotNet.VersionTools.Tests (1)
BuildManifest\BuildManifestClientTests.cs (1)
69
objects[1].Path == $"{basePath}/{
SemaphoreModel
.BuildSemaphorePath}" &&