7 references to Brfalse
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
719
RewriteConditionTo(index, Instruction.Create(operand == 0 ? OpCodes.
Brfalse
: OpCodes.Brtrue, targets[operand]));
Microsoft.Maui.Controls.Build.Tasks (5)
DebugXamlCTask.cs (1)
137
il.Emit(OpCodes.
Brfalse
, br2);
SetPropertiesVisitor.cs (4)
787
yield return Create(
Brfalse
, fallback());
996
il.Emit(
Brfalse
, pop);
1490
yield return Create(
Brfalse
, @else);
1497
yield return Create(
Brfalse
, @else);
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\MethodBodyRocks.cs (1)
123
instruction.OpCode = OpCodes.
Brfalse
;