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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

