5 references to ChangeSignatureAnalyzedContext
Microsoft.CodeAnalysis.Features (5)
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)
ChangeSignature\ChangeSignatureAnalyzedContext.cs (1)
12
SemanticDocument document, int positionForTypeBinding, ISymbol symbol, ParameterConfiguration parameterConfiguration) :
ChangeSignatureAnalyzedContext