13 references to MethodKindShift
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Utils.vb (13)
1644
MethodKindOrdinary = CUInt(MethodKind.Ordinary) <<
MethodKindShift
1645
MethodKindConstructor = CUInt(MethodKind.Constructor) <<
MethodKindShift
1646
MethodKindSharedConstructor = CUInt(MethodKind.SharedConstructor) <<
MethodKindShift
1647
MethodKindDelegateInvoke = CUInt(MethodKind.DelegateInvoke) <<
MethodKindShift
1648
MethodKindOperator = CUInt(MethodKind.UserDefinedOperator) <<
MethodKindShift
1649
MethodKindConversion = CUInt(MethodKind.Conversion) <<
MethodKindShift
1650
MethodKindPropertyGet = CUInt(MethodKind.PropertyGet) <<
MethodKindShift
1651
MethodKindPropertySet = CUInt(MethodKind.PropertySet) <<
MethodKindShift
1652
MethodKindEventAdd = CUInt(MethodKind.EventAdd) <<
MethodKindShift
1653
MethodKindEventRemove = CUInt(MethodKind.EventRemove) <<
MethodKindShift
1654
MethodKindEventRaise = CUInt(MethodKind.EventRaise) <<
MethodKindShift
1655
MethodKindDeclare = CUInt(MethodKind.DeclareMethod) <<
MethodKindShift
1664
Return CType((flags >> SourceMemberFlags.
MethodKindShift
) And SourceMemberFlags.MethodKindMask, MethodKind)