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