2 references to TryGetValue
XmlFileLogger (2)
PropertyBag.cs (2)
111
else if (_parent != null && _parent.
TryGetValue
(key, out currentValue))
139
return _parent?.
TryGetValue
(key, out value) == true;