1 write to _type
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
77_type = type;
2 references to _type
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
87frame.Push(_type.IsInstanceOfType(value) ? value : null); 91public override string ToString() => "TypeAs " + _type.ToString();