3 references to ChangeSignatureResult
Microsoft.CodeAnalysis.Features (3)
ChangeSignature\AbstractChangeSignatureService.cs (3)
194
CannotChangeSignatureAnalyzedContext cannotChangeSignatureAnalyzedContext => new
ChangeSignatureResult
(succeeded: false, changeSignatureFailureKind: cannotChangeSignatureAnalyzedContext.CannotChangeSignatureReason),
202
return new
ChangeSignatureResult
(succeeded: false);
206
return new
ChangeSignatureResult
(updatedSolution != null, updatedSolution, context.Symbol.ToDisplayString(), context.Symbol.GetGlyph(), options.PreviewChanges, confirmationMessage: confirmationMessage);