1 write to _method
System.Core (1)
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
46_method = method;
5 references to _method
System.Core (5)
Microsoft\Scripting\Ast\UnaryExpression.cs (5)
80get { return _method; } 94if (_method != null) { 95return (operandIsNullable && !TypeUtils.AreEquivalent(_method.GetParametersCached()[0].ParameterType, _operand.Type)) || 96(resultIsNullable && !TypeUtils.AreEquivalent(_method.ReturnType, this.Type)); 167return new UnaryExpression(functional, operand, operand.Type, _method);