2 references to VerifyForwardedTypeAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_Helpers.cs (2)
166
if (!await
VerifyForwardedTypeAsync
(solution, candidate: type1, forwardedTo: type2, compilationSet, cancellationToken).ConfigureAwait(false) &&
167
!await
VerifyForwardedTypeAsync
(solution, candidate: type2, forwardedTo: type1, compilationSet, cancellationToken).ConfigureAwait(false))