5 references to EmitBoolean
System.Core (5)
Microsoft\Scripting\Compiler\ILGen.cs (2)
546
il.
EmitBoolean
((bool)value);
976
il.
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);