4 references to With
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (4)
138
executor = executor.
With
(analysisScope.WithSpan(span));
151
executor = executor.
With
(analysisScope.WithSpan(changedMember.FullSpan));
163
executor = executor.
With
(analysisScope.WithSpan(null));
271
var documentExecutor = executor.
With
(executor.AnalysisScope.WithSpan(null));