1 implementation of IDecompilationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\DecompiledSource\CSharpCodeDecompilerDecompilationService.cs (1)
22internal sealed class CSharpDecompilationService : IDecompilationService
4 references to IDecompilationService
Microsoft.CodeAnalysis.CSharp.Features (3)
DecompiledSource\CSharpDecompiledSourceService.cs (3)
38var decompilationService = document.GetRequiredLanguageService<IDecompilationService>(); 70private static async Task<Document> AddAssemblyInfoRegionAsync(Document document, ISymbol symbol, IDecompilationService decompilationService, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\DecompiledSource\CSharpCodeDecompilerDecompilationService.cs (1)
21[ExportLanguageService(typeof(IDecompilationService), LanguageNames.CSharp), Shared]