11 references to UInt64
System.Workflow.Activities (11)
Rules\ArithmeticLiteral.cs (11)
129
dictionary.Add(typeof(ulong), TypeFlags.
UInt64
);
130
dictionary.Add(typeof(ulong?), TypeFlags.Nullable | TypeFlags.
UInt64
);
362
case TypeFlags.Decimal | TypeFlags.
UInt64
:
369
case TypeFlags.Double | TypeFlags.
UInt64
:
377
case TypeFlags.Single | TypeFlags.
UInt64
:
385
case TypeFlags.
UInt64
:
386
case TypeFlags.
UInt64
| TypeFlags.UInt16:
387
case TypeFlags.
UInt64
| TypeFlags.UInt32:
409
case TypeFlags.
UInt64
:
410
case TypeFlags.
UInt64
| TypeFlags.UInt16:
411
case TypeFlags.
UInt64
| TypeFlags.UInt32: