4 references to TryGetValueByIndex
ILCompiler.Compiler (4)
Compiler\Dataflow\HandleCallAction.cs (1)
599
if (!array.
TryGetValueByIndex
(i, out MultiValue value))
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (3)
1145
if ((argumentValue as ArrayValue)?.
TryGetValueByIndex
(0, out var underlyingMultiValue) == true)
1693
if (!array.
TryGetValueByIndex
(i, out MultiValue value) || value.AsSingleValue() is UnknownValue)
1707
if (array.
TryGetValueByIndex
(i, out MultiValue value))