3 references to s_processWideFileStateCache
Microsoft.Build.Tasks.Core (3)
SystemState.cs (3)
382
bool isCachedInProcess =
s_processWideFileStateCache
.TryGetValue(path, out FileState cachedProcessFileState);
411
return
s_processWideFileStateCache
[path] = cachedInstanceFileState;
441
s_processWideFileStateCache
[path] = fileState;