8 references to ObjectUser
mscorlib (8)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (6)
85binaryTypeEnum = BinaryTypeEnum.ObjectUser; 130binaryTypeEnum = BinaryTypeEnum.ObjectUser; 166case BinaryTypeEnum.ObjectUser: 198case BinaryTypeEnum.ObjectUser: 256case BinaryTypeEnum.ObjectUser: 1554if (binaryTypeEnumA[i] != BinaryTypeEnum.ObjectUrt && binaryTypeEnumA[i] != BinaryTypeEnum.ObjectUser)
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
119case BinaryTypeEnum.ObjectUser: 884if (record.binaryTypeEnum == BinaryTypeEnum.ObjectUser)