3 references to IsCompatibleWithGenericIEnumerableOfType
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_XmlLiterals.vb (2)
655
If receiverType.IsOrDerivedFrom(xmlType, useSiteInfo) OrElse receiverType.
IsCompatibleWithGenericIEnumerableOfType
(xmlType, useSiteInfo) Then
714
ElseIf receiverType.
IsCompatibleWithGenericIEnumerableOfType
(xmlType, useSiteInfo) Then
Symbols\TypeSymbolExtensions.vb (1)
712
Return type.
IsCompatibleWithGenericIEnumerableOfType
(xmlType, useSiteInfo)