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