1 write to _implementationAssemblyLookupService
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
70
_implementationAssemblyLookupService
= implementationAssemblyLookupService;
3 references to _implementationAssemblyLookupService
Microsoft.CodeAnalysis.Features (3)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (3)
125
if (
_implementationAssemblyLookupService
.TryFindImplementationAssemblyPath(dllPath, out dllPath))
132
dllPath =
_implementationAssemblyLookupService
.FollowTypeForwards(symbolToFind, dllPath, _logger);
426
_implementationAssemblyLookupService
.Clear();