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