1 write to _options
Microsoft.CodeAnalysis.Features (1)
ImplementAbstractClass\ImplementAbstractClassData.cs (1)
41_options = options;
3 references to _options
Microsoft.CodeAnalysis.Features (3)
ImplementAbstractClass\ImplementAbstractClassData.cs (3)
93var memberDefinitions = GenerateMembers(compilation, throughMember, _options.ImplementTypeOptions.PropertyGenerationBehavior, cancellationToken); 94var groupMembers = _options.ImplementTypeOptions.InsertionBehavior == ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind; 113var info = await _document.GetCodeGenerationInfoAsync(context, _options.FallbackOptions, cancellationToken).ConfigureAwait(false);