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