﻿Source Location: (2:0,2 [32] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
    int i = 1;
    var foo = |
Generated Location: (737:19,2 [32] )
|
    int i = 1;
    var foo = |

Source Location: (45:2,25 [7] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|;
    |
Generated Location: (1053:31,25 [7] )
|;
    |

Source Location: (68:4,0 [4] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|    |
Generated Location: (1219:39,0 [4] )
|    |

Source Location: (91:4,23 [2] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
|
Generated Location: (1405:46,23 [2] )
|
|

Source Location: (99:7,1 [22] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|while(i <= 10) {
    |
Generated Location: (1565:53,1 [22] )
|while(i <= 10) {
    |

Source Location: (142:8,25 [1] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|i|
Generated Location: (1771:61,25 [1] )
|i|

Source Location: (148:8,31 [16] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
    i += 1;
}|
Generated Location: (1963:68,31 [16] )
|
    i += 1;
}|

Source Location: (169:12,1 [19] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|if(i == 11) {
    |
Generated Location: (2140:77,1 [19] )
|if(i == 11) {
    |

Source Location: (213:13,29 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
}|
Generated Location: (2348:85,29 [3] )
|
}|

Source Location: (221:16,1 [35] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|switch(i) {
    case 11:
        |
Generated Location: (2512:93,1 [35] )
|switch(i) {
    case 11:
        |

Source Location: (292:18,44 [40] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
        break;
    default:
        |
Generated Location: (2751:102,44 [40] )
|
        break;
    default:
        |

Source Location: (361:21,37 [19] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
        break;
}|
Generated Location: (2988:112,37 [19] )
|
        break;
}|

Source Location: (385:25,1 [39] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|for(int j = 1; j <= 10; j += 2) {
    |
Generated Location: (3168:121,1 [39] )
|for(int j = 1; j <= 10; j += 2) {
    |

Source Location: (451:26,31 [1] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|j|
Generated Location: (3398:129,31 [1] )
|j|

Source Location: (457:26,37 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
}|
Generated Location: (3597:136,37 [3] )
|
}|

Source Location: (465:29,1 [11] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|try {
    |
Generated Location: (3761:144,1 [11] )
|try {
    |

Source Location: (511:30,39 [31] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
} catch(Exception ex) {
    |
Generated Location: (3971:152,39 [31] )
|
} catch(Exception ex) {
    |

Source Location: (573:32,35 [10] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|ex.Message|
Generated Location: (4197:161,35 [10] )
|ex.Message|

Source Location: (588:32,50 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
}|
Generated Location: (4418:168,50 [3] )
|
}|

Source Location: (596:35,1 [26] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|lock(new object()) {
    |
Generated Location: (4582:176,1 [26] )
|lock(new object()) {
    |

Source Location: (669:36,51 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/Instrumented.cshtml)
|
}|
Generated Location: (4819:184,51 [3] )
|
}|

