52 references to StringHandleType
System.Private.DataContractSerialization (52)
System\Xml\StringHandle.cs (52)
21private StringHandleType _type; 39_type = StringHandleType.UTF8; 46_type = StringHandleType.ConstString; 52_type = (escaped ? StringHandleType.EscapedUTF8 : StringHandleType.UTF8); 59_type = StringHandleType.Dictionary; 75if (_type == StringHandleType.UTF8) 85if (_type == StringHandleType.UTF8) 103Debug.Assert(_type == StringHandleType.UTF8); 109StringHandleType type = _type; 110if (type == StringHandleType.UTF8) 112if (type == StringHandleType.Dictionary) 114if (type == StringHandleType.ConstString) 117Debug.Assert(type == StringHandleType.EscapedUTF8, "Should be EscapedUTF8"); 123StringHandleType type = _type; 124if (type == StringHandleType.UTF8) 126if (type == StringHandleType.Dictionary) 128if (type == StringHandleType.ConstString) 131Debug.Assert(type == StringHandleType.EscapedUTF8, "Should be EscapedUTF8"); 137StringHandleType type = _type; 138if (type == StringHandleType.UTF8) 144if (type == StringHandleType.Dictionary) 151if (type == StringHandleType.ConstString) 160Debug.Assert(type == StringHandleType.EscapedUTF8); 170if (_type == StringHandleType.Dictionary) 192StringHandleType type = _type; 193if (type == StringHandleType.Dictionary) 195if (type == StringHandleType.UTF8) 197Debug.Assert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString); 203StringHandleType type = _type; 204if (type == StringHandleType.Dictionary) 206if (type == StringHandleType.UTF8) 208Debug.Assert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString); 214StringHandleType type = _type; 215if (type == StringHandleType.Dictionary) 217if (type == StringHandleType.UTF8) 219Debug.Assert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString); 225StringHandleType type = _type; 226if (type == StringHandleType.Dictionary) 228if (type == StringHandleType.UTF8) 230Debug.Assert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString); 238StringHandleType type = other._type; 239if (type == StringHandleType.Dictionary) 241if (type == StringHandleType.UTF8) 243Debug.Assert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString); 279if (_type == StringHandleType.UTF8 && that._type == StringHandleType.UTF8)