1 write to Type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\INodeWithDebugInfo.cs (1)
44=> (Name, Type, IsParameter, DebugVarInfo) = (name, type, isParameter, info);
2 references to Type
ILCompiler.Compiler (2)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (2)
37typeIndex = _userDefinedTypeDescriptor.GetStateMachineThisVariableTypeIndex(debugVar.Type); 43typeIndex = _userDefinedTypeDescriptor.GetVariableTypeIndex(debugVar.Type);