1 write to _owner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
165
_owner
= owner;
5 references to _owner
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (5)
195
if (!ShouldIncludeAnalyzer(analyzer, _shouldIncludeDiagnostic,
_owner
))
327
var executor = new DocumentAnalysisExecutor(analysisScope, _compilationWithAnalyzers,
_owner
._diagnosticAnalyzerRunner, _logPerformanceInfo);
338
&&
_owner
.GlobalOptions.IsLspPullDiagnostics();
343
diagnosticsMap = await
_owner
._incrementalMemberEditAnalyzer.ComputeDiagnosticsAsync(
371
_owner
._incrementalMemberEditAnalyzer.UpdateDocumentWithCachedDiagnostics((Document)_document);