5 references to TryGetValue
System.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (5)
189if (currentScope != null && currentScope.TryGetValue(name, out loc)) { 262if (!currentScope.TryGetValue(name, out local)) 1222if (!currentScope.TryGetValue(name, out local)) { 2553return parent.TryGetValue(key, out value); 2564TryGetValue(key, out value);