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