11 references to ObjectUrt
System.Runtime.Serialization.Formatters (11)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectWithMapTyped.cs (1)
91if (_binaryTypeEnumA[i] != BinaryTypeEnum.ObjectUrt && _binaryTypeEnumA[i] != BinaryTypeEnum.ObjectUser)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (3)
29internal BinaryTypeEnum _expectedType = BinaryTypeEnum.ObjectUrt; 87case BinaryTypeEnum.ObjectUrt: 168_expectedType = BinaryTypeEnum.ObjectUrt;
System\Runtime\Serialization\Formatters\Binary\BinaryTypeConverter.cs (5)
62binaryTypeEnum = BinaryTypeEnum.ObjectUrt; 119BinaryTypeEnum.ObjectUrt : 148case BinaryTypeEnum.ObjectUrt: 179case BinaryTypeEnum.ObjectUrt: 234case BinaryTypeEnum.ObjectUrt:
System\Runtime\Serialization\Formatters\Binary\ObjectProgress.cs (2)
18internal BinaryTypeEnum _expectedType = BinaryTypeEnum.ObjectUrt; 48_expectedType = BinaryTypeEnum.ObjectUrt;