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