Created
April 27, 2018 07:53
-
-
Save bogdanbujdea/ca8fadc2dac4db9adc81fd52b5ad285b to your computer and use it in GitHub Desktop.
RegisterSyntaxTreeAction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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