3 references to _implementationAssemblyLookupService
Microsoft.CodeAnalysis.Features (3)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (3)
129
if (
_implementationAssemblyLookupService
.TryFindImplementationAssemblyPath(dllPath, out dllPath))
136
dllPath =
_implementationAssemblyLookupService
.FollowTypeForwards(symbolToFind, dllPath, _logger);
467
_implementationAssemblyLookupService
.Clear();