2 references to IsReadOnlyPopulatedBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
140
public bool IsReadOnlyPopulated => (_bits &
IsReadOnlyPopulatedBit
) != 0;
176
int bitsToSet = (isReadOnly ? IsReadOnlyBit : 0) |
IsReadOnlyPopulatedBit
;