Skip to content

Instantly share code, notes, and snippets.

@bogdanbujdea
Created April 27, 2018 07:53
Show Gist options
  • Select an option

  • Save bogdanbujdea/ca8fadc2dac4db9adc81fd52b5ad285b to your computer and use it in GitHub Desktop.

Select an option

Save bogdanbujdea/ca8fadc2dac4db9adc81fd52b5ad285b to your computer and use it in GitHub Desktop.
RegisterSyntaxTreeAction
public override void Initialize(AnalysisContext context)
{
context.RegisterSyntaxTreeAction(AnalyzeTree);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment