Source Location: (2:0,2 [18] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
    int i = 1;
|
Generated Location: (713:18,2 [18] )
|
    int i = 1;
|

Source Location: (26:4,1 [22] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|while(i <= 10) {
    |
Generated Location: (845:24,1 [22] )
|while(i <= 10) {
    |

Source Location: (69:5,25 [1] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|i|
Generated Location: (1007:30,25 [1] )
|i|

Source Location: (75:5,31 [16] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
    i += 1;
}|
Generated Location: (1155:35,31 [16] )
|
    i += 1;
}|

Source Location: (96:9,1 [19] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|if(i == 11) {
    |
Generated Location: (1288:42,1 [19] )
|if(i == 11) {
    |

Source Location: (140:10,29 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
}|
Generated Location: (1452:48,29 [3] )
|
}|

Source Location: (148:13,1 [35] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|switch(i) {
    case 11:
        |
Generated Location: (1572:54,1 [35] )
|switch(i) {
    case 11:
        |

Source Location: (219:15,44 [40] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
        break;
    default:
        |
Generated Location: (1767:61,44 [40] )
|
        break;
    default:
        |

Source Location: (288:18,37 [19] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
        break;
}|
Generated Location: (1960:69,37 [19] )
|
        break;
}|

Source Location: (312:22,1 [39] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|for(int j = 1; j <= 10; j += 2) {
    |
Generated Location: (2096:76,1 [39] )
|for(int j = 1; j <= 10; j += 2) {
    |

Source Location: (378:23,31 [1] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|j|
Generated Location: (2282:82,31 [1] )
|j|

Source Location: (384:23,37 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
}|
Generated Location: (2437:87,37 [3] )
|
}|

Source Location: (392:26,1 [11] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|try {
    |
Generated Location: (2557:93,1 [11] )
|try {
    |

Source Location: (438:27,39 [31] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
} catch(Exception ex) {
    |
Generated Location: (2723:99,39 [31] )
|
} catch(Exception ex) {
    |

Source Location: (500:29,35 [10] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|ex.Message|
Generated Location: (2905:106,35 [10] )
|ex.Message|

Source Location: (515:29,50 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
}|
Generated Location: (3082:111,50 [3] )
|
}|

Source Location: (535:32,13 [1] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|i|
Generated Location: (3214:117,13 [1] )
|i|

Source Location: (545:34,1 [26] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|lock(new object()) {
    |
Generated Location: (3333:122,1 [26] )
|lock(new object()) {
    |

Source Location: (618:35,51 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Blocks.cshtml)
|
}|
Generated Location: (3526:128,51 [3] )
|
}|

