1 write to _projectReferencePrepareLockPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
116_projectReferencePrepareLockPath = Path.Combine(_workingDirectory, "project-layouts", "prepare.lock");
1 reference to _projectReferencePrepareLockPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
187using var fileLock = await FileLock.AcquireAsync(_projectReferencePrepareLockPath, cancellationToken).ConfigureAwait(false);