3 references to HasAsyncCompatibleReturnType
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\UseAsyncMethodInAsyncContext.cs (3)
123
!
HasAsyncCompatibleReturnType
(methodSymbol, syncBlockingTypes))
143
&&
HasAsyncCompatibleReturnType
(method, syncBlockingTypes))
331
return
HasAsyncCompatibleReturnType
(parentMethod, syncBlockingTypes);