Source Location: (2:0,2 [51] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|
    object foo = null;
    string bar = "Foo";
|
Generated Location: (607:14,2 [51] )
|
    object foo = null;
    string bar = "Foo";
|

Source Location: (59:5,1 [23] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|if(foo != null) {
    |
Generated Location: (783:21,1 [23] )
|if(foo != null) {
    |

Source Location: (83:6,5 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|foo|
Generated Location: (938:27,6 [3] )
|foo|

Source Location: (86:6,8 [16] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|
} else {
    |
Generated Location: (1076:32,8 [16] )
|
} else {
    |

Source Location: (121:8,23 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|
}|
Generated Location: (1241:39,23 [3] )
|
}|

Source Location: (134:12,1 [38] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|if(!String.IsNullOrEmpty(bar)) {
    |
Generated Location: (1372:45,1 [38] )
|if(!String.IsNullOrEmpty(bar)) {
    |

Source Location: (174:13,6 [21] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|bar.Replace("F", "B")|
Generated Location: (1543:51,6 [21] )
|bar.Replace("F", "B")|

Source Location: (196:13,28 [3] TestFiles/IntegrationTests/CodeGenerationIntegrationTest/ExpressionsInCode.cshtml)
|
}|
Generated Location: (1720:56,28 [3] )
|
}|

