9 references to MethodsOnly
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_InterpolatedString.vb (1)
155
LookupMember(lookup, factoryType, factoryMethodName, 0, LookupOptions.MustNotBeInstance Or LookupOptions.
MethodsOnly
Or LookupOptions.AllMethodsOfAnyArity, useSiteInfo)
Binding\Binder_Lookup.vb (5)
288
If (options And LookupOptions.
MethodsOnly
) <> 0 AndAlso
1631
Debug.Assert((options And LookupOptions.
MethodsOnly
) = 0)
1657
Debug.Assert((options And LookupOptions.
MethodsOnly
) = 0)
1675
If (options And LookupOptions.
MethodsOnly
) <> 0 Then
1676
options = CType(options And (Not LookupOptions.
MethodsOnly
), LookupOptions)
Binding\Binder_Query.vb (2)
3988
options Or CType(LookupOptions.
MethodsOnly
Or LookupOptions.MustBeInstance, LookupOptions))
4001
options Or CType(LookupOptions.
MethodsOnly
Or LookupOptions.MustBeInstance, LookupOptions),
Binding\LookupOptions.vb (1)
152
Friend Const QueryOperatorLookupOptions As LookupOptions = LookupOptions.
MethodsOnly
Or LookupOptions.MustBeInstance Or LookupOptions.AllMethodsOfAnyArity