1 implementation of FollowTypeForwards
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
55
public string?
FollowTypeForwards
(ISymbol symbol, string dllPath, IPdbSourceDocumentLogger? logger)
1 reference to FollowTypeForwards
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
136
dllPath = _implementationAssemblyLookupService.
FollowTypeForwards
(symbolToFind, dllPath, _logger);