5 references to EmitBoolean
System.Core (5)
Microsoft\Scripting\Compiler\ILGen.cs (2)
546il.EmitBoolean((bool)value); 976il.EmitBoolean((bits[3] & 0x80000000) != 0);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (3)
550_ilg.EmitBoolean(result == AnalyzeTypeIsResult.KnownTrue); 1075_ilg.EmitBoolean(nodeType == ExpressionType.Equal); 1079_ilg.EmitBoolean(nodeType == ExpressionType.NotEqual);