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)
125if (_implementationAssemblyLookupService.TryFindImplementationAssemblyPath(dllPath, out dllPath)) 132dllPath = _implementationAssemblyLookupService.FollowTypeForwards(symbolToFind, dllPath, _logger); 426_implementationAssemblyLookupService.Clear();