8 references to EmitDefault
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\ILGen.cs (2)
411
il.
EmitDefault
(type, locals);
995
il.
EmitDefault
(typeof(decimal), locals: null); // locals won't be used.
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (2)
78
_ilg.
EmitDefault
(typeof(bool?), this);
401
_ilg.
EmitDefault
(typeof(bool?), this);
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (1)
135
_ilg.
EmitDefault
(node.Type, this);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
135
_ilg.
EmitDefault
(node.Type, this);
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (2)
91
_ilg.
EmitDefault
(nnType, locals: null); // locals won't be used.
108
_ilg.
EmitDefault
(type, locals: null); // locals won't be used.