1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
3321
m_value
= literalValue;
71 references to m_value
System.Workflow.Activities (71)
Rules\Literal.cs (71)
3316
get { return
m_value
; }
3327
return rhs.Equal(
m_value
);
3331
return
m_value
== rhs;
3335
return
m_value
== rhs;
3339
return
m_value
== rhs;
3343
return
m_value
== rhs;
3347
return
m_value
== rhs;
3351
return
m_value
== rhs;
3355
return
m_value
== rhs;
3359
return
m_value
== rhs;
3363
return (
m_value
>= 0) && ((ulong)
m_value
== rhs);
3367
return
m_value
== rhs;
3371
return
m_value
== rhs;
3375
return
m_value
== rhs;
3380
return rhs.GreaterThan(
m_value
);
3384
return
m_value
< rhs;
3388
return
m_value
< rhs;
3392
return
m_value
< rhs;
3396
return
m_value
< rhs;
3400
return
m_value
< rhs;
3404
return
m_value
< rhs;
3408
return
m_value
< rhs;
3412
return
m_value
< rhs;
3416
return (
m_value
< 0) || ((ulong)
m_value
< rhs);
3420
return
m_value
< rhs;
3424
return
m_value
< rhs;
3428
return
m_value
< rhs;
3433
return rhs.LessThan(
m_value
);
3437
return
m_value
> rhs;
3441
return
m_value
> rhs;
3445
return
m_value
> rhs;
3449
return
m_value
> rhs;
3453
return
m_value
> rhs;
3457
return
m_value
> rhs;
3461
return
m_value
> rhs;
3465
return
m_value
> rhs;
3469
return (
m_value
>= 0) && ((ulong)
m_value
> rhs);
3473
return
m_value
> rhs;
3477
return
m_value
> rhs;
3481
return
m_value
> rhs;
3486
return rhs.GreaterThanOrEqual(
m_value
);
3490
return
m_value
<= rhs;
3494
return
m_value
<= rhs;
3498
return
m_value
<= rhs;
3502
return
m_value
<= rhs;
3506
return
m_value
<= rhs;
3510
return
m_value
<= rhs;
3514
return
m_value
<= rhs;
3518
return
m_value
<= rhs;
3522
return (
m_value
< 0) || ((ulong)
m_value
<= rhs);
3526
return
m_value
<= rhs;
3530
return
m_value
<= rhs;
3534
return
m_value
<= rhs;
3539
return rhs.LessThanOrEqual(
m_value
);
3543
return
m_value
>= rhs;
3547
return
m_value
>= rhs;
3551
return
m_value
>= rhs;
3555
return
m_value
>= rhs;
3559
return
m_value
>= rhs;
3563
return
m_value
>= rhs;
3567
return
m_value
>= rhs;
3571
return
m_value
>= rhs;
3575
return (
m_value
>= 0) && ((ulong)
m_value
>= rhs);
3579
return
m_value
>= rhs;
3583
return
m_value
>= rhs;
3587
return
m_value
>= rhs;