예제 #1
0
 internal static Tuple cil_instruction_location(Instruction i, PdbSourceLocation loc) =>
 new Tuple("cil_instruction_location", i, loc);
예제 #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);