1 write to _fileLoadLocks
Microsoft.Build (1)
Evaluation\ProjectRootElementCache.cs (1)
160
_fileLoadLocks
= new ConcurrentDictionary<string, object>(StringComparer.OrdinalIgnoreCase);
2 references to _fileLoadLocks
Microsoft.Build (2)
Evaluation\ProjectRootElementCache.cs (2)
276
object perFileLock =
_fileLoadLocks
.GetOrAdd(projectFile, static _ => new object());
289
_fileLoadLocks
.TryRemove(projectFile, out _);