3 writes to InsertionBehavior
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ImplementInterface\ImplementInterfaceTests.cs (1)
7980ImplementTypeOptions = new() { InsertionBehavior = ImplementTypeInsertionBehavior.AtTheEnd }
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
CodeActions\OmniSharpCodeActionOptions.cs (1)
40InsertionBehavior = (ImplementTypeInsertionBehavior)ImplementTypeOptions.InsertionBehavior,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\ImplementTypeOptionsStorage.cs (1)
15InsertionBehavior = globalOptions.GetOption(InsertionBehavior, language),
3 references to InsertionBehavior
Microsoft.CodeAnalysis.Features (2)
ImplementAbstractClass\ImplementAbstractClassData.cs (1)
94var groupMembers = _options.ImplementTypeOptions.InsertionBehavior == ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind;
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
206Options.ImplementTypeOptions.InsertionBehavior == ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\ImplementTypeOptionsStorage.cs (1)
27defaultValue: ImplementTypeOptions.Default.InsertionBehavior, group: s_implementTypeGroup, serializer: EditorConfigValueSerializer.CreateSerializerForEnum<ImplementTypeInsertionBehavior>());