1 implementation of IDecompilationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\DecompiledSource\CSharpCodeDecompilerDecompilationService.cs (1)
22
internal sealed class CSharpDecompilationService :
IDecompilationService
4 references to IDecompilationService
Microsoft.CodeAnalysis.CSharp.Features (3)
DecompiledSource\CSharpDecompiledSourceService.cs (3)
38
var
decompilationService = document.GetRequiredLanguageService<
IDecompilationService
>();
70
private 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]