3 references to ResultOperation
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractCommentSelectionBase.cs (2)
138
.SelectAsArray(textSpan => (originalSpan: textSpan, trackingSpan: CreateTrackingSpan(edits.
ResultOperation
, originalSnapshot, textSpan.TrackingTextSpan)));
143
if (edits.
ResultOperation
== Operation.Uncomment && document.SupportsSyntaxTree)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
721
edits.
ResultOperation
, textView.TextBuffer.CurrentSnapshot, textSpan.TrackingTextSpan))