1 write to _typeOperand
System.Core (1)
Microsoft\Scripting\Ast\TypeBinaryExpression.cs (1)
42
_typeOperand
= typeOperand;
6 references to _typeOperand
System.Core (6)
Microsoft\Scripting\Ast\TypeBinaryExpression.cs (6)
74
get { return
_typeOperand
; }
85
return Expression.Block(Expression, Expression.Constant(cType ==
_typeOperand
.GetNonNullableType()));
95
if (cType.IsSealed && (cType ==
_typeOperand
)) {
134
if (
_typeOperand
.IsInterface) {
146
Expression.Constant(
_typeOperand
.GetNonNullableType(), typeof(Type))
157
return Expression.Constant(
_typeOperand
.GetNonNullableType() == ce.Value.GetType());