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