26 references to B
Microsoft.CodeAnalysis.CSharp (26)
Symbols\Metadata\PE\PEMethodSymbol.cs (26)
89private const long MethodKindIsPopulatedBit = B << 5; 90private const long IsExtensionMethodBit = B << 6; 91private const long IsExtensionMethodIsPopulatedBit = B << 7; 92private const long IsExplicitFinalizerOverrideBit = B << 8; 93private const long IsExplicitClassOverrideBit = B << 9; 94private const long IsExplicitOverrideIsPopulatedBit = B << 10; 95private const long IsObsoleteAttributePopulatedBit = B << 11; 96private const long IsCustomAttributesPopulatedBit = B << 12; 97private const long IsUseSiteDiagnosticPopulatedBit = B << 13; 98private const long IsConditionalPopulatedBit = B << 14; 99private const long IsOverriddenOrHiddenMembersPopulatedBit = B << 15; 100private const long IsReadOnlyBit = B << 16; 101private const long IsReadOnlyPopulatedBit = B << 17; 104private const long DoesNotReturnBit = B << 21; 105private const long IsDoesNotReturnPopulatedBit = B << 22; 106private const long IsMemberNotNullPopulatedBit = B << 23; 107private const long IsInitOnlyBit = B << 24; 108private const long IsInitOnlyPopulatedBit = B << 25; 109private const long IsUnmanagedCallersOnlyAttributePopulatedBit = B << 26; 110private const long HasSetsRequiredMembersBit = B << 27; 111private const long HasSetsRequiredMembersPopulatedBit = B << 28; 112private const long IsUnscopedRefBit = B << 29; 113private const long IsUnscopedRefPopulatedBit = B << 30; 114private const long OverloadResolutionPriorityPopulatedBit = B << 31; 115private const long RequiresUnsafeBit = B << 32; 116private const long RequiresUnsafePopulatedBit = B << 33;