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