4 references to PerFileLock
NuGet.Common (4)
ConcurrencyUtilities.cs (4)
42
await
PerFileLock
.EnterAsync(filePath, token);
119
await
PerFileLock
.ExitAsync(filePath);
135
PerFileLock
.Enter(filePath);
209
PerFileLock
.Exit(filePath);