2 writes to _span
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
41item._span = span; 56_span = null;
2 references to _span
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
105(!_span.HasValue || _span.Value.IntersectsWith(diagnostic.Location.SourceSpan)))