4 references to WithSpan
Microsoft.CodeAnalysis.Features (4)
Diagnostics\Service\DiagnosticAnalyzerService.IncrementalMemberEditAnalyzer.cs (3)
142executor = executor.With(analysisScope.WithSpan(span)); 155executor = executor.With(analysisScope.WithSpan(changedMember.FullSpan)); 167executor = executor.With(analysisScope.WithSpan(null));
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
173var analysisScope = AnalysisScope.WithAnalyzers([analyzer]).WithSpan(span);