1 type derived from AutoInsertService
Microsoft.CodeAnalysis.Remote.Razor (1)
AutoInsert\OOPAutoInsertService.cs (1)
12internal sealed class OOPAutoInsertService([ImportMany] IEnumerable<IOnAutoInsertProvider> providers) : AutoInsertService(providers)
5 references to AutoInsertService
Microsoft.CodeAnalysis.Remote.Razor (2)
AutoInsert\RemoteAutoInsertService.cs (2)
95return AutoInsertService.HtmlAllowedAutoInsertTriggerCharacters.Contains(character) 136if (!AutoInsertService.CSharpAllowedAutoInsertTriggerCharacters.Contains(character))
Microsoft.VisualStudio.LanguageServices.Razor (2)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (2)
59.. AutoInsertService.HtmlAllowedAutoInsertTriggerCharacters, 61.. AutoInsertService.CSharpAllowedAutoInsertTriggerCharacters ];
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
61.. AutoInsertService.CSharpAllowedAutoInsertTriggerCharacters ];