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