2 references to InlineArrayHelpers
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmClrValue.cs (1)
579
if (indices.Length == 1 &&
InlineArrayHelpers
.TryGetInlineArrayInfo(Type.GetLmrType(), out _, out _))
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (1)
1015
if (
InlineArrayHelpers
.TryGetInlineArrayInfo(runtimeType, out int inlineArrayLength, out Type inlineArrayElementType))