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))