Significantly improves performance by using multiple cores for one of the major enrichment steps.
Modifications
Loop through the syntax trees for each enricher in parallel, and perform a single operation to mutate the CSharpCompilation after each enricher is complete.
Motivation
Significantly improves performance by using multiple cores for one of the major enrichment steps.
Modifications
Loop through the syntax trees for each enricher in parallel, and perform a single operation to mutate the CSharpCompilation after each enricher is complete.