2 types derived from ChangeSignatureAnalyzedContext
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\ChangeSignatureAnalyzedContext.cs (2)
12
SemanticDocument document, int positionForTypeBinding, ISymbol symbol, ParameterConfiguration parameterConfiguration) :
ChangeSignatureAnalyzedContext
22
internal sealed class CannotChangeSignatureAnalyzedContext(ChangeSignatureFailureKind reason) :
ChangeSignatureAnalyzedContext
5 references to ChangeSignatureAnalyzedContext
Microsoft.CodeAnalysis.EditorFeatures (1)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
78
var
changeSignatureContext = await changeSignatureService.GetChangeSignatureContextAsync(
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\AbstractChangeSignatureService.cs (4)
96
var
context = await GetChangeSignatureContextAsync(document, span.Start, restrictToDeclarations: true, cancellationToken).ConfigureAwait(false);
103
internal async Task<
ChangeSignatureAnalyzedContext
> GetChangeSignatureContextAsync(
190
internal async Task<ChangeSignatureResult> ChangeSignatureWithContextAsync(
ChangeSignatureAnalyzedContext
context, ChangeSignatureOptionsResult? options, CancellationToken cancellationToken)
212
internal static ChangeSignatureOptionsResult? GetChangeSignatureOptions(
ChangeSignatureAnalyzedContext
context)