1 implementation of IImplementationAssemblyLookupService
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
21internal sealed class ImplementationAssemblyLookupService : IImplementationAssemblyLookupService
25 references to IImplementationAssemblyLookupService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (20)
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (20)
51var service = workspace.GetService<IImplementationAssemblyLookupService>(); 86var service = workspace.GetService<IImplementationAssemblyLookupService>(); 124var service = workspace.GetService<IImplementationAssemblyLookupService>(); 172var service = workspace.GetService<IImplementationAssemblyLookupService>(); 228var service = workspace.GetService<IImplementationAssemblyLookupService>(); 285var service = workspace.GetService<IImplementationAssemblyLookupService>(); 336var service = workspace.GetService<IImplementationAssemblyLookupService>(); 383var service = workspace.GetService<IImplementationAssemblyLookupService>(); 444var service = workspace.GetService<IImplementationAssemblyLookupService>(); 514var service = workspace.GetService<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)
37IImplementationAssemblyLookupService implementationAssemblyLookupService, 44private readonly IImplementationAssemblyLookupService _implementationAssemblyLookupService = implementationAssemblyLookupService;