1 implementation of FollowTypeForwards
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
55
public string?
FollowTypeForwards
(ISymbol symbol, string dllPath, IPdbSourceDocumentLogger? logger)
11 references to FollowTypeForwards
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (10)
187
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
246
var foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
306
var foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
360
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
410
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
417
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
474
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
481
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
544
var foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
553
foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
132
dllPath = _implementationAssemblyLookupService.
FollowTypeForwards
(symbolToFind, dllPath, _logger);