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