1 write to _owner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
170
_owner
= owner;
5 references to _owner
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (5)
206
if (!ShouldIncludeAnalyzer(analyzer, _shouldIncludeDiagnostic, _priorityProvider,
_owner
))
383
var executor = new DocumentAnalysisExecutor(analysisScope, _compilationWithAnalyzers,
_owner
._diagnosticAnalyzerRunner, _isExplicit, _logPerformanceInfo);
391
diagnosticsMap = await
_owner
._incrementalMemberEditAnalyzer.ComputeDiagnosticsAsync(
413
_owner
._incrementalMemberEditAnalyzer.UpdateDocumentWithCachedDiagnostics((Document)_document);
473
if (!
_owner
.GlobalOptions.GetOption(DiagnosticOptionsStorage.LightbulbSkipExecutingDeprioritizedAnalyzers))