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