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