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