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