1 write to _t
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
411
_t
= t;
12 references to _t
System.Linq.Expressions (12)
System\Linq\Expressions\Interpreter\TypeOperations.cs (12)
423
switch (
_t
.GetTypeCode())
426
frame.Push(Enum.ToObject(
_t
, (int)from));
429
frame.Push(Enum.ToObject(
_t
, (long)from));
432
frame.Push(Enum.ToObject(
_t
, (uint)from));
435
frame.Push(Enum.ToObject(
_t
, (ulong)from));
438
frame.Push(Enum.ToObject(
_t
, (byte)from));
441
frame.Push(Enum.ToObject(
_t
, (sbyte)from));
444
frame.Push(Enum.ToObject(
_t
, (short)from));
447
frame.Push(Enum.ToObject(
_t
, (ushort)from));
451
frame.Push(Enum.ToObject(
_t
, (char)from));
456
Debug.Assert(
_t
.GetTypeCode() == TypeCode.Boolean);
457
frame.Push(Enum.ToObject(
_t
, (bool)from));