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)
80
get { return
_method
; }
94
if (
_method
!= null) {
95
return (operandIsNullable && !TypeUtils.AreEquivalent(
_method
.GetParametersCached()[0].ParameterType, _operand.Type)) ||
96
(resultIsNullable && !TypeUtils.AreEquivalent(
_method
.ReturnType, this.Type));
167
return new UnaryExpression(functional, operand, operand.Type,
_method
);