1 write to ApplicableToSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
16 references to ApplicableToSpan
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (14)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (6)
358if (set.ApplicableToSpan.HasValue)
360var currentStart = set.ApplicableToSpan.Value.Start;
361var currentEnd = set.ApplicableToSpan.Value.End;
723=> new(set.OriginalSolution, set.CategoryName, set.Actions, set.Title, priority, set.ApplicableToSpan);
761actionSet.ApplicableToSpan);
796: new UnifiedSuggestedActionSet(set.OriginalSolution, set.CategoryName, actions.ToImmutable(), set.Title, set.Priority, set.ApplicableToSpan);