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)
6 references to TryGetValue
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
95
if (!availableBuffers.
TryGetValue
(buffer.Length, out buffers))
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
761
propertyTriggerLayers.
TryGetValue
(keys[i], out currentLayer);
System.IO.Packaging (4)
System\IO\Packaging\Package.cs (4)
317
if (_partList.
TryGetValue
(validatedPartUri, out PackagePart? value))
1082
if (_partList.
TryGetValue
(partKeys[i], out PackagePart? p))
1108
if (_partList.
TryGetValue
(owningPartUri, out PackagePart? sourcePart))
1150
if (_partList.
TryGetValue
(validatePartUri, out PackagePart? value))