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