5 references to s_methodKindMask
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEMethodSymbol.vb (5)
90
Return CType((_bits >> s_methodKindOffset) And
s_methodKindMask
, MethodKind)
93
Debug.Assert(value = (value And
s_methodKindMask
))
94
_bits = (_bits And Not (
s_methodKindMask
<< s_methodKindOffset)) Or (value << s_methodKindOffset) Or s_methodKindIsPopulatedBit
163
Debug.Assert(methodKind = (methodKind And
s_methodKindMask
))
164
Dim bitsToSet = ((methodKind And
s_methodKindMask
) << s_methodKindOffset) Or s_methodKindIsPopulatedBit