2 references to TryGetValue
System.Private.Xml.Linq (2)
System\Xml\Linq\XNamespace.cs (2)
222if (_names.TryGetValue(localName, index, count, out name)) 251if (!s_namespaces.TryGetValue(namespaceName, index, count, out refNamespace))