3 references to CSharpAllowedAutoInsertTriggerCharacters
Microsoft.CodeAnalysis.Remote.Razor (1)
AutoInsert\RemoteAutoInsertService.cs (1)
136
if (!AutoInsertService.
CSharpAllowedAutoInsertTriggerCharacters
.Contains(character))
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
61
.. AutoInsertService.
CSharpAllowedAutoInsertTriggerCharacters
];
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
61
.. AutoInsertService.
CSharpAllowedAutoInsertTriggerCharacters
];