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)
7 references to TryGetValue
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
95
if (!availableBuffers.
TryGetValue
(buffer.Length, out buffers))
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
122
!projectProvidedRuntimeIdentifierGraphs.
TryGetValue
(runtimeGraphPath, out projectProviderRuntimeGraph))
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
754
propertyTriggerLayers.
TryGetValue
(keys[i], out currentLayer);
System.IO.Packaging (4)
System\IO\Packaging\Package.cs (4)
317
if (_partList.
TryGetValue
(validatedPartUri, out PackagePart? value))
1076
if (_partList.
TryGetValue
(partKeys[i], out PackagePart? p))
1102
if (_partList.
TryGetValue
(owningPartUri, out PackagePart? sourcePart))
1144
if (_partList.
TryGetValue
(validatePartUri, out PackagePart? value))