1 implementation of IDecompiledSourceService
Microsoft.CodeAnalysis.CSharp.Features (1)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
23internal sealed class CSharpDecompiledSourceService : IDecompiledSourceService
3 references to IDecompiledSourceService
Microsoft.CodeAnalysis.CSharp.Features (1)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
22[ExportLanguageService(typeof(IDecompiledSourceService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (2)
128var decompiledSourceService = temporaryDocument.GetLanguageService<IDecompiledSourceService>();