2 references to ImplementsWinRTAsyncInterface
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Await.cs (1)
101
if (
ImplementsWinRTAsyncInterface
(call.Type))
Binder\Binder_Expressions.cs (1)
8082
return methodName == WellKnownMemberNames.GetAwaiter &&
ImplementsWinRTAsyncInterface
(receiver);