3 references to _cachedTaskRecordsWithFuzzyMatch
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
564
if (
_cachedTaskRecordsWithFuzzyMatch
.TryGetValue(taskIdentity.Name, out ConcurrentDictionary<RegisteredTaskIdentity, RegisteredTaskRecord> taskRecords))
632
=
_cachedTaskRecordsWithFuzzyMatch
.GetOrAdd(taskIdentity.Name,
636
_cachedTaskRecordsWithFuzzyMatch
[taskIdentity.Name] = taskRecords;