1 write to _analyzer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (1)
272=> _analyzer = analyzer;
1 reference to _analyzer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (1)
302var diagnostics = _analyzer.AnalyzeSemanticModel(context, positionOfFirstReducingNullableDirective, syntaxTreeState.IntervalTree, syntaxTreeState.PossibleNullableImpactIntervalTree);