7 references to InsertionBehavior
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ImplementAbstractClass\ImplementAbstractClassTests.cs (1)
1615var options = Option(ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\ImplementTypeOptionsStorage.cs (1)
15InsertionBehavior = globalOptions.GetOption(InsertionBehavior, language),
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Options\OptionSerializerTests.cs (1)
77ImplementTypeOptionsStorage.InsertionBehavior,
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AdvancedOptionPageControl.xaml.cs (2)
170BindToOption(with_other_members_of_the_same_kind, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind, LanguageNames.CSharp); 171BindToOption(at_the_end, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
Options\AdvancedOptionPageControl.xaml.vb (2)
163BindToOption(with_other_members_of_the_same_kind, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.WithOtherMembersOfTheSameKind, LanguageNames.VisualBasic) 164BindToOption(at_the_end, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd, LanguageNames.VisualBasic)