1 implementation of IImplementationAssemblyLookupService
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
21internal sealed class ImplementationAssemblyLookupService : IImplementationAssemblyLookupService
5 references to IImplementationAssemblyLookupService
Microsoft.CodeAnalysis.Features (5)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (2)
33internal sealed class DecompilationMetadataAsSourceFileProvider(IImplementationAssemblyLookupService implementationAssemblyLookupService) : IMetadataAsSourceFileProvider 56private readonly IImplementationAssemblyLookupService _implementationAssemblyLookupService = implementationAssemblyLookupService;
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
20[Export(typeof(IImplementationAssemblyLookupService)), Shared]
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (2)
37IImplementationAssemblyLookupService implementationAssemblyLookupService, 44private readonly IImplementationAssemblyLookupService _implementationAssemblyLookupService = implementationAssemblyLookupService;