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