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

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

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

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

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

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

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

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

