1 instantiation of State
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
54
var state = new
State
(service, document, options, expression);
9 references to State
Microsoft.CodeAnalysis.Features (9)
IntroduceVariable\AbstractIntroduceVariableService.cs (7)
72
var
state = await
State
.GenerateAsync((TService)this, semanticDocument, options, textSpan, cancellationToken).ConfigureAwait(false);
89
private (string title, ImmutableArray<CodeAction>) CreateActions(
State
state, CancellationToken cancellationToken)
100
private string AddActionsAndGetTitle(
State
state, ArrayBuilder<CodeAction> actions, CancellationToken cancellationToken)
190
private void CreateConstantFieldActions(
State
state, ArrayBuilder<CodeAction> actions, CancellationToken cancellationToken)
233
private bool CanGenerateIntoContainer(
State
state, CancellationToken cancellationToken)
254
private IntroduceVariableCodeAction CreateAction(
State
state, bool allOccurrences, bool isConstant, bool isLocal, bool isQueryLocal)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (2)
43
public static async Task<
State
?> GenerateAsync(
54
var
state = new State(service, document, options, expression);