2 references to TryGetValue
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
421
if (names.
TryGetValue
(localName, index, count, out name))
448
if (!namespaces.
TryGetValue
(namespaceName, index, count, out refNamespace)) {