6 references to TryGetValue
Microsoft.Build (6)
Collections\WeakValueDictionary.cs (1)
145bool contained = TryGetValue(key, out _);
Evaluation\ProjectRootElementCache.cs (3)
296_weakCache.TryGetValue(projectFile, out projectRootElement); 549_weakCache.TryGetValue(projectRootElement.FullPath, out existingWeakEntry); 630if (_weakCache.TryGetValue(projectRootElement.FullPath, out var cached) && cached == projectRootElement)
Globbing\MSBuildGlob.cs (2)
206s_regexCache.TryGetValue(matchFileExpression, out regex); 221if (!s_regexCache.TryGetValue(matchFileExpression, out regex))