1 write to Options
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
51
Options
= options;
6 references to Options
Microsoft.CodeAnalysis.Features (6)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (3)
200
compilation, tree.Options, unimplementedMembers,
Options
.ImplementTypeOptions.PropertyGenerationBehavior);
206
Options
.ImplementTypeOptions.InsertionBehavior == ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind;
215
Options
.FallbackOptions),
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (3)
161
var info = await document.GetCodeGenerationInfoAsync(context,
Options
.FallbackOptions, cancellationToken).ConfigureAwait(false);
341
var fallbackFormattingOptions = await ((OptionsProvider<SyntaxFormattingOptions>)
Options
.FallbackOptions).GetOptionsAsync(document.Project.Services, cancellationToken).ConfigureAwait(false);
352
SymbolKind.Field, Accessibility.Private,
Options
.FallbackOptions, cancellationToken).ConfigureAwait(false);