2 writes to _analyzerConfigOptions
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (2)
83
_analyzerConfigOptions
= project.GetAnalyzerConfigOptions();
180
_analyzerConfigOptions
= newAnalyzerConfigOptions;
3 references to _analyzerConfigOptions
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (3)
85
_items = CreateDiagnosticAndGeneratorItems(project.Id, project.Language, project.CompilationOptions,
_analyzerConfigOptions
);
175
!object.ReferenceEquals(newAnalyzerConfigOptions?.TreeOptions,
_analyzerConfigOptions
?.TreeOptions) ||
176
!object.ReferenceEquals(newAnalyzerConfigOptions?.AnalyzerOptions,
_analyzerConfigOptions
?.AnalyzerOptions))