3 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)