55 writes to _value
System.AddIn.Contract (55)
System\Addin\Contract\RemoteArgument.cs (55)
321
this.
_value
= value;
329
this.
_value
= value;
344
this.
_value
= null;
381
this.
_value
= value;
389
this.
_value
= value;
399
this.
_value
= value;
407
this.
_value
= value;
417
this.
_value
= value;
425
this.
_value
= value;
435
this.
_value
= value;
443
this.
_value
= value;
453
this.
_value
= value;
461
this.
_value
= value;
471
this.
_value
= value;
479
this.
_value
= value;
489
this.
_value
= value;
497
this.
_value
= value;
507
this.
_value
= value;
515
this.
_value
= value;
525
this.
_value
= value;
533
this.
_value
= value;
543
this.
_value
= value;
551
this.
_value
= value;
561
this.
_value
= value;
569
this.
_value
= value;
579
this.
_value
= value;
587
this.
_value
= value;
600
this.
_value
= value;
609
this.
_value
= value;
620
this.
_value
= value;
629
this.
_value
= value;
640
this.
_value
= value;
649
this.
_value
= value;
660
this.
_value
= value;
669
this.
_value
= value;
699
this.
_value
= array;
721
this.
_value
= array;
792
this.
_value
= value;
854
this.
_value
= value;
890
this.
_value
= value;
926
this.
_value
= value;
962
this.
_value
= value;
998
this.
_value
= value;
1034
this.
_value
= value;
1070
this.
_value
= value;
1106
this.
_value
= value;
1142
this.
_value
= value;
1178
this.
_value
= value;
1214
this.
_value
= value;
1250
this.
_value
= value;
1289
this.
_value
= value;
1326
this.
_value
= value;
1363
this.
_value
= value;
1400
this.
_value
= value;
1435
this.
_value
= value;
34 references to _value
System.AddIn.Contract (34)
System\Addin\Contract\RemoteArgument.cs (34)
781
return (IContract)this.
_value
;
836
if (this.
_value
== null)
843
return (System.Boolean)this.
_value
;
872
if (this.
_value
== null)
879
return (System.Byte)this.
_value
;
908
if (this.
_value
== null)
915
return (System.Char)this.
_value
;
944
if (this.
_value
== null)
951
return (System.DateTime)this.
_value
;
980
if (this.
_value
== null)
987
return (System.DBNull)this.
_value
;
1016
if (this.
_value
== null)
1023
return (System.Decimal)this.
_value
;
1052
if (this.
_value
== null)
1059
return (System.Double)this.
_value
;
1088
if (this.
_value
== null)
1095
return (System.Int16)this.
_value
;
1124
if (this.
_value
== null)
1131
return (System.Int32)this.
_value
;
1160
if (this.
_value
== null)
1167
return (System.Int64)this.
_value
;
1196
if (this.
_value
== null)
1203
return (System.Single)this.
_value
;
1232
if (this.
_value
== null)
1239
return (System.String)this.
_value
;
1271
if (this.
_value
== null)
1278
return (System.SByte)this.
_value
;
1308
if (this.
_value
== null)
1315
return (System.UInt16)this.
_value
;
1345
if (this.
_value
== null)
1352
return (System.UInt32)this.
_value
;
1382
if (this.
_value
== null)
1389
return (System.UInt64)this.
_value
;
1424
return (System.Array)this.
_value
;