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)
87
frame.Push(
_type
.IsInstanceOfType(value) ? value : null);
91
public override string ToString() => "TypeAs " +
_type
.ToString();