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)
281
if (
TryGetValue
(key, out value))
318
return
TryGetValue
(key, out dummy);
352
if (!
TryGetValue
(item.Key, out value))