4 references to NoSystemObjectLookupForInterfaces
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Lookup.vb (1)
1469If Not lookupResult.IsGoodOrAmbiguous AndAlso (options And LookupOptions.NoSystemObjectLookupForInterfaces) = 0 Then
Binding\DocumentationCommentCrefBinder.vb (2)
726LookupOptions.NoSystemObjectLookupForInterfaces 758LookupOptions.NoSystemObjectLookupForInterfaces
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
249LookupOptions.NoSystemObjectLookupForInterfaces Or