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