Пример #1
0
 static (spc, source) => Execute(source.Left, source.Right, spc));
Пример #2
0
 //TODO: support record result types one day
 static (spc, source) => Execute(source.Left, source.Right.OfType <ClassDeclarationSyntax>().ToImmutableArray(), spc));