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