1 implementation of IRawStringLiteralAutoInsertService
Microsoft.CodeAnalysis.CSharp.Features (1)
RawStringLiteral\CSharpRawStringLiteralOnAutoInsertService.cs (1)
19internal sealed class CSharpRawStringLiteralOnAutoInsertService() : IRawStringLiteralAutoInsertService
5 references to IRawStringLiteralAutoInsertService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
RawStringLiteral\RawStringLiteralCommandHandler_TypeChar.cs (2)
55var service = document.Project.GetRequiredLanguageService<IRawStringLiteralAutoInsertService>();
Microsoft.CodeAnalysis.CSharp.Features (1)
RawStringLiteral\CSharpRawStringLiteralOnAutoInsertService.cs (1)
16[ExportLanguageService(typeof(IRawStringLiteralAutoInsertService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (2)
281var service = document.GetLanguageService<IRawStringLiteralAutoInsertService>();