6 references to TryGetValue
Microsoft.Build (6)
Collections\WeakValueDictionary.cs (1)
146
bool contained =
TryGetValue
(key, out _);
Evaluation\ProjectRootElementCache.cs (3)
302
_weakCache.
TryGetValue
(projectFile, out projectRootElement);
559
_weakCache.
TryGetValue
(projectRootElement.FullPath, out existingWeakEntry);
640
if (_weakCache.
TryGetValue
(projectRootElement.FullPath, out var cached) && cached == projectRootElement)
Globbing\MSBuildGlob.cs (2)
205
s_regexCache.
TryGetValue
(matchFileExpression, out regex);
220
if (!s_regexCache.
TryGetValue
(matchFileExpression, out regex))