1 write to ResultOperation
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\CommentSelectionResult.cs (1)
34ResultOperation = 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))); 146if (edits.ResultOperation == Operation.Uncomment && document.SupportsSyntaxTree)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
758edits.ResultOperation, textView.TextBuffer.CurrentSnapshot, textSpan.TrackingTextSpan))