Home
last modified time | relevance | path

Searched refs:BranchFalseInstruction (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DControlFlowInstructions.cs49 internal sealed class BranchFalseInstruction : OffsetInstruction class
H A DInstructionList.cs1043 EmitBranch(new BranchFalseInstruction(), elseLabel); in EmitBranchFalse()