1 write to _owner
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
647
_owner
= owner;
4 references to _owner
Microsoft.VisualStudio.LanguageServices (4)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (4)
696
var descriptorMap = Solution.State.Analyzers.GetDiagnosticDescriptorsPerReference(
_owner
._diagnosticService.AnalyzerInfoCache, project);
856
var fullSolutionAnalysis =
_owner
._diagnosticService.GlobalOptions.IsFullSolutionAnalysisEnabled(project.Language);
869
var infoCache =
_owner
._diagnosticService.AnalyzerInfoCache;
932
_owner
.OnBuildProgressChanged(this, BuildProgress.Updated);