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