Exemplo n.º 1
0
 internal static Tuple cil_instruction_location(Instruction i, PdbSourceLocation loc) =>
 new Tuple("cil_instruction_location", i, loc);
Exemplo n.º 2
0
 internal static Tuple locations_default(PdbSourceLocation label, File file, int startLine, int startCol, int endLine, int endCol) =>
 new Tuple("locations_default", label, file, startLine, startCol, endLine, endCol);