1 write to _document
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
75
_document
= document;
4 references to _document
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (4)
145
if (
_document
== null)
185
var documentAnalysisScope =
_document
!= null
186
? new DocumentAnalysisScope(
_document
, _span, projectAnalyzers, hostAnalyzers, _analysisKind!.Value)
335
if (
_document
== null)