5 references to ContainsKey
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (5)
135
System.Diagnostics.Debug.Assert(_currentScope != null && _currentScope.
ContainsKey
(name));
257
Debug.Assert(!_currentScope.
ContainsKey
(name));
1288
Debug.Assert(_currentScope.
ContainsKey
(name));
1311
Debug.Assert(_currentScope.
ContainsKey
(name));
2672
return _locals.ContainsKey(key) || (parent != null && parent.
ContainsKey
(key));