8 references to TryGetValue
ILCompiler.Compiler (3)
Compiler\Dataflow\CompilerGeneratedState.cs (2)
67
if (
TryGetValue
(key, out existingValue))
77
if (!
TryGetValue
(key, out existingValue))
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
110
if (_simpleNameHashtable.
TryGetValue
(simpleName, out ModuleData existing))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
110
if (_simpleNameHashtable.
TryGetValue
(simpleName, out ModuleData existing))
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
578
if (
TryGetValue
(key, out existingValue))
589
return
TryGetValue
(key, out _);
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (2)
496
if (!_resolvedTokens.
TryGetValue
(handle, out IEntityHandleObject result))
506
if (!_resolvedTokens.
TryGetValue
(handle, out IEntityHandleObject result))