2 references to IsDoesNotReturnPopulatedBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
140
public bool IsDoesNotReturnPopulated => (_bits &
IsDoesNotReturnPopulatedBit
) != 0;
233
int bitsToSet =
IsDoesNotReturnPopulatedBit
;