1 implementation of IDecompiledSourceService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
34
internal 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)
123
var
decompiledSourceService = temporaryDocument.GetLanguageService<
IDecompiledSourceService
>();