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