16 references to brtrue_s
ILCompiler.Compiler (13)
Compiler\Dataflow\MethodBodyScanner.cs (1)
733case ILOpcode.brtrue_s:
Compiler\Dataflow\ScannerExtensions.cs (1)
19case ILOpcode.brtrue_s:
Compiler\SubstitutedILProvider.cs (4)
315|| opcode == ILOpcode.brtrue || opcode == ILOpcode.brtrue_s) 327|| (constant != 0 && (opcode == ILOpcode.brtrue || opcode == ILOpcode.brtrue_s))) 715case ILOpcode.brtrue_s: 722bool taken = ((opcode is ILOpcode.brtrue or ILOpcode.brtrue_s) && val.Value != 0)
Compiler\TypePreinit.cs (2)
1156case ILOpcode.brtrue_s: 1183if (normalizedOpcode == ILOpcode.brtrue_s || normalizedOpcode == ILOpcode.brfalse_s)
IL\ILImporter.Scanner.cs (2)
1545if (nextOpcode is ILOpcode.brtrue or ILOpcode.brtrue_s or ILOpcode.brfalse or ILOpcode.brfalse_s) 1560if (nextOpcode is ILOpcode.brtrue or ILOpcode.brtrue_s or ILOpcode.brfalse or ILOpcode.brfalse_s)
IL\TypeEqualityPatternAnalyzer.cs (1)
128if (opcode is ILOpcode.brfalse or ILOpcode.brfalse_s or ILOpcode.brtrue or ILOpcode.brtrue_s)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
197case ILOpcode.brtrue_s: 460case ILOpcode.brtrue_s:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
379case ILOpcode.brtrue_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (2)
197case ILOpcode.brtrue_s: 219else if (opcode is ILOpcode.brfalse or ILOpcode.brfalse_s or ILOpcode.brtrue_s or ILOpcode.brtrue)