2 references to _cachedTaskRecordsWithExactMatch
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
556
if (
_cachedTaskRecordsWithExactMatch
.TryGetValue(taskIdentity, out taskRecord))
613
_cachedTaskRecordsWithExactMatch
[taskIdentity] = taskRecord;