5 references to IsULong
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1088
if (enumDataContract.
IsULong
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (4)
335
long longValue =
IsULong
? (long)Convert.ToUInt64(value, null) : Convert.ToInt64(value, null);
421
if (
IsULong
)
453
if (
IsULong
)
461
if (
IsULong
)