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