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