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)
32internal sealed class DecompilationMetadataAsSourceFileProvider(IImplementationAssemblyLookupService implementationAssemblyLookupService) : IMetadataAsSourceFileProvider 55private readonly IImplementationAssemblyLookupService _implementationAssemblyLookupService = implementationAssemblyLookupService;
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
20[Export(typeof(IImplementationAssemblyLookupService)), Shared]
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (2)
38IImplementationAssemblyLookupService implementationAssemblyLookupService, 45private readonly IImplementationAssemblyLookupService _implementationAssemblyLookupService = implementationAssemblyLookupService;