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