5 references to TryGetValue
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (5)
189
if (_currentScope != null && _currentScope.
TryGetValue
(name, out loc))
270
if (!_currentScope.
TryGetValue
(name, out local))
1296
if (!_currentScope.
TryGetValue
(name, out local))
2683
return parent.
TryGetValue
(key, out value);
2697
TryGetValue
(key, out value);