1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
3035
m_value
= literalValue;
71 references to m_value
System.Workflow.Activities (71)
Rules\Literal.cs (71)
3030
get { return
m_value
; }
3041
return rhs.Equal(
m_value
);
3045
return
m_value
== rhs;
3049
return
m_value
== rhs;
3053
return
m_value
== rhs;
3057
return
m_value
== rhs;
3061
return
m_value
== rhs;
3065
return
m_value
== rhs;
3069
return
m_value
== rhs;
3073
return
m_value
== rhs;
3077
return (
m_value
>= 0) && ((ulong)
m_value
== rhs);
3081
return
m_value
== rhs;
3085
return
m_value
== rhs;
3089
return
m_value
== rhs;
3094
return rhs.GreaterThan(
m_value
);
3098
return
m_value
< rhs;
3102
return
m_value
< rhs;
3106
return
m_value
< rhs;
3110
return
m_value
< rhs;
3114
return
m_value
< rhs;
3118
return
m_value
< rhs;
3122
return
m_value
< rhs;
3126
return
m_value
< rhs;
3130
return (
m_value
< 0) || ((ulong)
m_value
< rhs);
3134
return
m_value
< rhs;
3138
return
m_value
< rhs;
3142
return
m_value
< rhs;
3147
return rhs.LessThan(
m_value
);
3151
return
m_value
> rhs;
3155
return
m_value
> rhs;
3159
return
m_value
> rhs;
3163
return
m_value
> rhs;
3167
return
m_value
> rhs;
3171
return
m_value
> rhs;
3175
return
m_value
> rhs;
3179
return
m_value
> rhs;
3183
return (
m_value
>= 0) && ((ulong)
m_value
> rhs);
3187
return
m_value
> rhs;
3191
return
m_value
> rhs;
3195
return
m_value
> rhs;
3200
return rhs.GreaterThanOrEqual(
m_value
);
3204
return
m_value
<= rhs;
3208
return
m_value
<= rhs;
3212
return
m_value
<= rhs;
3216
return
m_value
<= rhs;
3220
return
m_value
<= rhs;
3224
return
m_value
<= rhs;
3228
return
m_value
<= rhs;
3232
return
m_value
<= rhs;
3236
return (
m_value
< 0) || ((ulong)
m_value
<= rhs);
3240
return
m_value
<= rhs;
3244
return
m_value
<= rhs;
3248
return
m_value
<= rhs;
3253
return rhs.LessThanOrEqual(
m_value
);
3257
return
m_value
>= rhs;
3261
return
m_value
>= rhs;
3265
return
m_value
>= rhs;
3269
return
m_value
>= rhs;
3273
return
m_value
>= rhs;
3277
return
m_value
>= rhs;
3281
return
m_value
>= rhs;
3285
return
m_value
>= rhs;
3289
return (
m_value
>= 0) && ((ulong)
m_value
>= rhs);
3293
return
m_value
>= rhs;
3297
return
m_value
>= rhs;
3301
return
m_value
>= rhs;