5 references to ContainsKey
System.Private.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (5)
137
System.Diagnostics.Debug.Assert(_currentScope != null && _currentScope.
ContainsKey
(name));
243
Debug.Assert(!_currentScope!.
ContainsKey
(name));
930
Debug.Assert(_currentScope!.
ContainsKey
(name));
953
Debug.Assert(_currentScope!.
ContainsKey
(name));
1545
return _locals.ContainsKey(key) || (parent != null && parent.
ContainsKey
(key));