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)
174
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
230
var foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
287
var foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
338
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
385
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
392
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
446
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
453
Assert.Equal(dllFilePath, service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger()));
516
var foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
525
foundImplementationFilePath = service.
FollowTypeForwards
(symbol, typeForwardDllFilePath, new NoDuplicatesLogger());
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
136
dllPath = _implementationAssemblyLookupService.
FollowTypeForwards
(symbolToFind, dllPath, _logger);