﻿Source Location: (102:5,2 [227] x:\dir\subdir\Test\TestComponent.razor)
|
    System.Linq.Expressions.Expression<System.Func<int>> named = () => Sum(first: 1, second: 2);
    System.Linq.Expressions.Expression<System.Func<int>> optional = () => Sum();
    _ = named.Body;
    _ = optional.Body;
|
Generated Location: (734:21,0 [227] )
|
    System.Linq.Expressions.Expression<System.Func<int>> named = () => Sum(first: 1, second: 2);
    System.Linq.Expressions.Expression<System.Func<int>> optional = () => Sum();
    _ = named.Body;
    _ = optional.Body;
|

