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