1 write to _document
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
68
_document
= document;
4 references to _document
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (4)
134
if (
_document
== null && analyzers.Length < compilationWithAnalyzers.Analyzers.Length)
156
var documentAnalysisScope =
_document
!= null
157
? new DocumentAnalysisScope(
_document
, _span, analyzers, _analysisKind!.Value)
275
if (
_document
== null)