1 write to _analyzer
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (1)
26
_analyzer
= analyzer;
15 references to _analyzer
Microsoft.CodeAnalysis (15)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (15)
33
_scope.RegisterCompilationStartAction(
_analyzer
, action);
39
_scope.RegisterCompilationAction(
_analyzer
, action);
45
_scope.RegisterSyntaxTreeAction(
_analyzer
, action);
51
_scope.RegisterAdditionalFileAction(
_analyzer
, action);
57
_scope.RegisterSemanticModelAction(
_analyzer
, action);
63
_scope.RegisterSymbolAction(
_analyzer
, action, symbolKinds);
69
_scope.RegisterSymbolStartAction(
_analyzer
, action, symbolKind);
75
_scope.RegisterCodeBlockStartAction<TLanguageKindEnum>(
_analyzer
, action);
81
_scope.RegisterCodeBlockAction(
_analyzer
, action);
87
_scope.RegisterSyntaxNodeAction(
_analyzer
, action, syntaxKinds);
93
_scope.RegisterOperationAction(
_analyzer
, action, operationKinds);
99
_scope.RegisterOperationBlockStartAction(
_analyzer
, action);
105
_scope.RegisterOperationBlockAction(
_analyzer
, action);
110
_scope.EnableConcurrentExecution(
_analyzer
);
115
_scope.ConfigureGeneratedCodeAnalysis(
_analyzer
, mode);