2 references to HasInheritanceRelationshipSingleAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (2)
145
if (await
HasInheritanceRelationshipSingleAsync
(symbol, symbolInfo.Symbol).ConfigureAwait(false))
150
if (await
HasInheritanceRelationshipSingleAsync
(symbol, candidate).ConfigureAwait(false))