45 references to ObjectType
dotnet-svcutil-lib (45)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (45)
1173
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1188
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1203
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1219
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1237
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1465
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1479
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1494
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1511
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1742
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1756
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1771
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1788
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1931
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1945
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
1961
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2101
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2141
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2364
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2379
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2672
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2682
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2692
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2702
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2712
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2722
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2732
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2742
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2753
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
2786
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3026
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3194
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3204
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3214
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3224
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3234
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3244
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3254
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3264
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3275
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3288
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3479
if (destinationType ==
ObjectType
) destinationType = DefaultClrType;
3508
if (itemTypeDst ==
ObjectType
) return ToArray<object>(value, nsResolver);
3604
arrDst[i] = this.atomicConverter.ChangeType(listSrc[i],
ObjectType
, nsResolver);
3615
listDst.Add(this.atomicConverter.ChangeType(value,
ObjectType
, nsResolver));