8 references to EmitDefault
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\ILGen.cs (2)
411il.EmitDefault(type, locals); 995il.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.