2 references to GetVarTypeIndex
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
220
debugNode.GetDebugVars().Select(debugVar => (debugVar,
GetVarTypeIndex
(debugNode.IsStateMachineMoveNextMethod, debugVar))),
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
269
debugNode.GetDebugVars().Select(debugVar => (debugVar,
GetVarTypeIndex
(debugNode.IsStateMachineMoveNextMethod, debugVar))),