5 references to AtTheEnd
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
ImplementAbstractClass\ImplementAbstractClassTests.cs (1)
1615var options = Option(ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd);
ImplementInterface\ImplementInterfaceTests.cs (1)
7980ImplementTypeOptions = new() { InsertionBehavior = ImplementTypeInsertionBehavior.AtTheEnd }
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
ImplementType\OmniSharpImplementTypeOptions.cs (1)
16AtTheEnd = ImplementTypeInsertionBehavior.AtTheEnd,
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
171BindToOption(at_the_end, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
164BindToOption(at_the_end, ImplementTypeOptionsStorage.InsertionBehavior, ImplementTypeInsertionBehavior.AtTheEnd, LanguageNames.VisualBasic)