1 write to _targetSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionSetComparer.cs (1)
18
=>
_targetSpan
= targetSpan;
3 references to _targetSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\UnifiedSuggestions\UnifiedSuggestedActionSetComparer.cs (3)
54
if (!
_targetSpan
.HasValue || !x.ApplicableToSpan.HasValue || !y.ApplicableToSpan.HasValue)
60
var distanceX = Distance(x.ApplicableToSpan,
_targetSpan
);
61
var distanceY = Distance(y.ApplicableToSpan,
_targetSpan
);