1 write to Options
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
47
Options
= options;
2 references to Options
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\AbstractIntroduceVariableService.cs (2)
252
return new IntroduceVariableAllOccurrenceCodeAction((TService)this, state.Document, state.
Options
, state.Expression, allOccurrences, isConstant, isLocal, isQueryLocal);
255
return new IntroduceVariableCodeAction((TService)this, state.Document, state.
Options
, state.Expression, allOccurrences, isConstant, isLocal, isQueryLocal);