1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
4179
m_value
= literalValue;
58 references to m_value
System.Workflow.Activities (58)
Rules\Literal.cs (58)
4174
get { return
m_value
; }
4185
return rhs.Equal(
m_value
);
4189
return
m_value
== rhs;
4193
return (rhs >= 0) && (
m_value
== (ulong)rhs);
4197
return (rhs >= 0) && (
m_value
== (ulong)rhs);
4201
return (rhs >= 0) && (
m_value
== (ulong)rhs);
4205
return (rhs >= 0) && (
m_value
== (ulong)rhs);
4209
return
m_value
== rhs;
4213
return
m_value
== rhs;
4217
return
m_value
== rhs;
4221
return
m_value
== rhs;
4225
return
m_value
== rhs;
4229
return
m_value
== rhs;
4233
return
m_value
== rhs;
4238
return rhs.GreaterThan(
m_value
);
4242
return
m_value
< rhs;
4246
return (rhs >= 0) && (
m_value
< (ulong)rhs);
4250
return (rhs >= 0) && (
m_value
< (ulong)rhs);
4254
return
m_value
< rhs;
4258
return
m_value
< rhs;
4262
return
m_value
< rhs;
4266
return
m_value
< rhs;
4270
return
m_value
< rhs;
4274
return
m_value
< rhs;
4278
return
m_value
< rhs;
4283
return rhs.LessThan(
m_value
);
4287
return
m_value
> rhs;
4291
return (rhs < 0) || (
m_value
> (ulong)rhs);
4295
return (rhs < 0) || (
m_value
> (ulong)rhs);
4299
return
m_value
> rhs;
4303
return
m_value
> rhs;
4307
return
m_value
> rhs;
4311
return
m_value
> rhs;
4315
return
m_value
> rhs;
4319
return
m_value
> rhs;
4323
return
m_value
> rhs;
4328
return rhs.GreaterThanOrEqual(
m_value
);
4332
return
m_value
<= rhs;
4336
return (rhs >= 0) && (
m_value
<= (ulong)rhs);
4340
return (rhs >= 0) && (
m_value
<= (ulong)rhs);
4344
return
m_value
<= rhs;
4348
return
m_value
<= rhs;
4352
return
m_value
<= rhs;
4356
return
m_value
<= rhs;
4360
return
m_value
<= rhs;
4364
return
m_value
<= rhs;
4368
return
m_value
<= rhs;
4373
return rhs.LessThanOrEqual(
m_value
);
4377
return
m_value
>= rhs;
4381
return (rhs < 0) || (
m_value
>= (ulong)rhs);
4385
return (rhs < 0) || (
m_value
>= (ulong)rhs);
4389
return
m_value
>= rhs;
4393
return
m_value
>= rhs;
4397
return
m_value
>= rhs;
4401
return
m_value
>= rhs;
4405
return
m_value
>= rhs;
4409
return
m_value
>= rhs;
4413
return
m_value
>= rhs;