4 instantiations of CannotChangeSignatureAnalyzedContext
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\AbstractChangeSignatureService.cs (4)
111return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.IncorrectKind); 146return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.IncorrectKind); 151return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.DefinedInMetadata); 158return new CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind.DefinedInMetadata);
2 references to CannotChangeSignatureAnalyzedContext
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
ChangeSignature\ChangeSignatureTestState.cs (1)
94throw Roslyn.Utilities.ExceptionUtilities.UnexpectedValue(((CannotChangeSignatureAnalyzedContext)context).CannotChangeSignatureReason.ToString());
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\AbstractChangeSignatureService.cs (1)
194CannotChangeSignatureAnalyzedContext cannotChangeSignatureAnalyzedContext => new ChangeSignatureResult(succeeded: false, changeSignatureFailureKind: cannotChangeSignatureAnalyzedContext.CannotChangeSignatureReason),