2 references to DoesNotReturnBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
141
public bool DoesNotReturn => (_bits &
DoesNotReturnBit
) != 0;
237
if (value) bitsToSet |=
DoesNotReturnBit
;