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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

