4 references to PerFileLock
NuGet.Common (4)
ConcurrencyUtilities.cs (4)
58
await
PerFileLock
.EnterAsync(filePath, token);
135
await
PerFileLock
.ExitAsync(filePath);
151
PerFileLock
.Enter(filePath);
225
PerFileLock
.Exit(filePath);