3 references to s_methodKindIsPopulatedBit
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Metadata\PE\PEMethodSymbol.vb (3)
92
_bits = (_bits And Not (s_methodKindMask << s_methodKindOffset)) Or (value << s_methodKindOffset) Or
s_methodKindIsPopulatedBit
98
Return (_bits And
s_methodKindIsPopulatedBit
) <> 0
162
Dim bitsToSet = ((methodKind And s_methodKindMask) << s_methodKindOffset) Or
s_methodKindIsPopulatedBit