Implemented interface member:
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
3 references to TryGetValue
System.Runtime.DurableInstancing (3)
System\Runtime\PersistencePipeline.cs (3)
281if (TryGetValue(key, out value)) 318return TryGetValue(key, out dummy); 352if (!TryGetValue(item.Key, out value))