9 references to EscapedUTF8
System.Private.DataContractSerialization (9)
System\Xml\StringHandle.cs (9)
52
_type = (escaped ? StringHandleType.
EscapedUTF8
: StringHandleType.UTF8);
117
Debug.Assert(type == StringHandleType.
EscapedUTF8
, "Should be EscapedUTF8");
131
Debug.Assert(type == StringHandleType.
EscapedUTF8
, "Should be EscapedUTF8");
160
Debug.Assert(type == StringHandleType.
EscapedUTF8
);
197
Debug.Assert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString);
208
Debug.Assert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString);
219
Debug.Assert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString);
230
Debug.Assert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString);
243
Debug.Assert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString);