5 references to ChangeSignatureAnalyzedContext
Microsoft.CodeAnalysis.Features (5)
ChangeSignature\AbstractChangeSignatureService.cs (4)
95
var
context = await GetChangeSignatureContextAsync(document, span.Start, restrictToDeclarations: true, cancellationToken).ConfigureAwait(false);
102
internal async Task<
ChangeSignatureAnalyzedContext
> GetChangeSignatureContextAsync(
191
internal async Task<ChangeSignatureResult> ChangeSignatureWithContextAsync(
ChangeSignatureAnalyzedContext
context, ChangeSignatureOptionsResult? options, CancellationToken cancellationToken)
213
internal static ChangeSignatureOptionsResult? GetChangeSignatureOptions(
ChangeSignatureAnalyzedContext
context)
ChangeSignature\ChangeSignatureAnalyzedContext.cs (1)
14
Document document, int positionForTypeBinding, ISymbol symbol, ParameterConfiguration parameterConfiguration) :
ChangeSignatureAnalyzedContext