2 writes to TrackingTextSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\CommentTrackingSpan.cs (2)
26
TrackingTextSpan
= trackingTextSpan;
33
TrackingTextSpan
= trackingTextSpan;
2 references to TrackingTextSpan
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
138
.SelectAsArray(textSpan => (originalSpan: textSpan, trackingSpan: CreateTrackingSpan(edits.ResultOperation, originalSnapshot, textSpan.
TrackingTextSpan
)));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
721
edits.ResultOperation, textView.TextBuffer.CurrentSnapshot, textSpan.
TrackingTextSpan
))