1 write to _fallbackOptions
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.GenerateLocalCodeAction.cs (1)
33_fallbackOptions = fallbackOptions;
1 reference to _fallbackOptions
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.GenerateLocalCodeAction.cs (1)
76var info = await _document.GetCodeGenerationInfoAsync(context, _fallbackOptions, cancellationToken).ConfigureAwait(false);