Implemented interface members:
method
TryGetValue
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
5 references to TryGetValue
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
509
_propertiesByNameMap.
TryGetValue
(propertyName, out result);
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifestBase.cs (2)
250
if (!buildAssets.
TryGetValue
(name, out Asset assetWithName))
272
if (!buildAssets.
TryGetValue
(name, out Asset assetWithName))
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
265
if (h.Indexes.
TryGetValue
(variable, out index))
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (1)
199
if (scope.Indexes.
TryGetValue
(variable, out hoistIndex))