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