2 references to IsInitOnlyPopulatedBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
145
public bool IsInitOnlyPopulated => (_bits &
IsInitOnlyPopulatedBit
) != 0;
249
int bitsToSet = (isInitOnly ? IsInitOnlyBit : 0) |
IsInitOnlyPopulatedBit
;