7 references to AutomaticLineEnder
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
39[Name(PredefinedCommandHandlerNames.AutomaticLineEnder)]
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.cs (1)
3250PredefinedCommandHandlerNames.AutomaticLineEnder));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
AutomaticCompletion\AutomaticLineEnderCommandHandler.vb (1)
25<Name(PredefinedCommandHandlerNames.AutomaticLineEnder)>
EndConstructGeneration\EndConstructCommandHandler.vb (1)
29<Order(After:=PredefinedCommandHandlerNames.AutomaticLineEnder)>
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.vb (1)
275PredefinedCommandHandlerNames.AutomaticLineEnder))
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\SnippetCommandHandler.cs (1)
42[Order(Before = Microsoft.CodeAnalysis.Editor.PredefinedCommandHandlerNames.AutomaticLineEnder)]
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Snippets\SnippetCommandHandler.vb (1)
37<Order(Before:=PredefinedCommandHandlerNames.AutomaticLineEnder)>