5 references to s_methodKindMask
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEMethodSymbol.vb (5)
88
Return CType((_bits >> s_methodKindOffset) And
s_methodKindMask
, MethodKind)
91
Debug.Assert(value = (value And
s_methodKindMask
))
92
_bits = (_bits And Not (
s_methodKindMask
<< s_methodKindOffset)) Or (value << s_methodKindOffset) Or s_methodKindIsPopulatedBit
161
Debug.Assert(methodKind = (methodKind And
s_methodKindMask
))
162
Dim bitsToSet = ((methodKind And
s_methodKindMask
) << s_methodKindOffset) Or s_methodKindIsPopulatedBit