5 references to TryGetValue
System.Private.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (5)
183
if (_currentScope != null && _currentScope.
TryGetValue
(name, out loc))
256
if (!_currentScope!.
TryGetValue
(name, out local))
966
if (!_currentScope!.
TryGetValue
(name, out local))
1584
return parent.
TryGetValue
(key, out value);
1599
TryGetValue
(key, out value);