5 references to UserActionOutcome
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\RenameLogMessage.cs (5)
32SymbolRenameOptions options, UserActionOutcome outcome, 43m[Committed] = (outcome & UserActionOutcome.Committed) == UserActionOutcome.Committed; 44m[Canceled] = (outcome & UserActionOutcome.Canceled) == UserActionOutcome.Canceled;