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)
74get { return _typeOperand; } 85return Expression.Block(Expression, Expression.Constant(cType == _typeOperand.GetNonNullableType())); 95if (cType.IsSealed && (cType == _typeOperand)) { 134if (_typeOperand.IsInterface) { 146Expression.Constant(_typeOperand.GetNonNullableType(), typeof(Type)) 157return Expression.Constant(_typeOperand.GetNonNullableType() == ce.Value.GetType());