8 references to State
Microsoft.CodeAnalysis.Features (8)
IntroduceVariable\AbstractIntroduceVariableService.cs (6)
73
var state = await
State
.GenerateAsync((TService)this, semanticDocument, options, textSpan, cancellationToken).ConfigureAwait(false);
90
private (string title, ImmutableArray<CodeAction>) CreateActions(
State
state, CancellationToken cancellationToken)
101
private string AddActionsAndGetTitle(
State
state, ArrayBuilder<CodeAction> actions, CancellationToken cancellationToken)
191
private void CreateConstantFieldActions(
State
state, ArrayBuilder<CodeAction> actions, CancellationToken cancellationToken)
234
private bool CanGenerateIntoContainer(
State
state, CancellationToken cancellationToken)
255
private IntroduceVariableCodeAction CreateAction(
State
state, bool allOccurrences, bool isConstant, bool isLocal, bool isQueryLocal)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (2)
44
public static async Task<
State
> GenerateAsync(
51
var
state = new State(service, document, options);