2 writes to TrackingTextSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\CommentTrackingSpan.cs (2)
26TrackingTextSpan = trackingTextSpan; 33TrackingTextSpan = 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)
721edits.ResultOperation, textView.TextBuffer.CurrentSnapshot, textSpan.TrackingTextSpan))