﻿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: (927:31,24 [1] )
|x|

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

Source Location: (51:2,21 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|x|
Generated Location: (1254:47,24 [1] )
|x|

Source Location: (52:2,22 [4] x:\dir\subdir\Test\TestComponent.cshtml)
|  
|
Generated Location: (1404:55,0 [4] )
|  
|

