1 write to _scope
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (1)
243
_scope
= scope;
8 references to _scope
Microsoft.CodeAnalysis (8)
DiagnosticAnalyzer\DiagnosticStartAnalysisScope.cs (8)
249
_scope
.RegisterSymbolEndAction(action);
255
_scope
.RegisterCodeBlockStartAction<TLanguageKindEnum>(action);
261
_scope
.RegisterCodeBlockAction(action);
267
_scope
.RegisterSyntaxNodeAction(action, syntaxKinds);
273
_scope
.RegisterOperationBlockStartAction(action);
279
_scope
.RegisterOperationBlockAction(action);
285
_scope
.RegisterOperationAction(action, operationKinds);
291
: new(
_scope
, this.Symbol, this.Compilation, analyzerOptions, this.IsGeneratedCode, this.FilterTree, this.FilterSpan, this.CancellationToken);