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))
938
if (!_currentScope!.
TryGetValue
(name, out local))
1556
return parent.
TryGetValue
(key, out value);
1571
TryGetValue
(key, out value);