﻿Source Location: (2:0,2 [32] x:\dir\subdir\Test\TestComponent.cshtml)
|  
    var x = "hello";  
    |
Generated Location: (734:21,0 [32] )
|  
    var x = "hello";  
    |

Source Location: (35:2,5 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|x|
Generated Location: (938:32,0 [1] )
|x|

Source Location: (36:2,6 [14] x:\dir\subdir\Test\TestComponent.cshtml)
| x = "world"; |
Generated Location: (1088:40,0 [14] )
| x = "world"; |

Source Location: (51:2,21 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|x|
Generated Location: (1276:49,0 [1] )
|x|

