11 references to ObjectUrt
mscorlib (11)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (8)
80
binaryTypeEnum = BinaryTypeEnum.
ObjectUrt
;
128
binaryTypeEnum = BinaryTypeEnum.
ObjectUrt
;
162
case BinaryTypeEnum.
ObjectUrt
:
195
case BinaryTypeEnum.
ObjectUrt
:
257
case BinaryTypeEnum.
ObjectUrt
:
1554
if (binaryTypeEnumA[i] != BinaryTypeEnum.
ObjectUrt
&& binaryTypeEnumA[i] != BinaryTypeEnum.ObjectUser)
2193
internal BinaryTypeEnum expectedType = BinaryTypeEnum.
ObjectUrt
;
2241
expectedType = BinaryTypeEnum.
ObjectUrt
;
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
41
internal BinaryTypeEnum expectedType = BinaryTypeEnum.
ObjectUrt
;
118
case BinaryTypeEnum.
ObjectUrt
:
207
expectedType = BinaryTypeEnum.
ObjectUrt
;