4 references to IsOrInheritsFromOrImplementsInterface
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Statements.vb (4)
2643
If
IsOrInheritsFromOrImplementsInterface
(boundExpression.Type, WellKnownType.Windows_Foundation_IAsyncAction, useSiteInfo:=useSiteInfo) OrElse
2644
IsOrInheritsFromOrImplementsInterface
(boundExpression.Type, WellKnownType.Windows_Foundation_IAsyncActionWithProgress_T, useSiteInfo:=useSiteInfo) OrElse
2645
IsOrInheritsFromOrImplementsInterface
(boundExpression.Type, WellKnownType.Windows_Foundation_IAsyncOperation_T, useSiteInfo:=useSiteInfo) OrElse
2646
IsOrInheritsFromOrImplementsInterface
(boundExpression.Type, WellKnownType.Windows_Foundation_IAsyncOperationWithProgress_T2, useSiteInfo:=useSiteInfo) Then