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