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)
187
using var fileLock = await FileLock.AcquireAsync(
_projectReferencePrepareLockPath
, cancellationToken).ConfigureAwait(false);