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