2 references to GetInScopeHoistedLocalIndices
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.cs (1)
172
var inScopeHoistedLocals = debugInfo.
GetInScopeHoistedLocalIndices
(ilOffset, ref reuseSpan);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.vb (1)
180
inScopeHoistedLocalSlots = debugInfo.
GetInScopeHoistedLocalIndices
(ilOffset, reuseSpan)