6 references to EscapedUTF8
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (6)
53
_type = (escaped ? StringHandleType.
EscapedUTF8
: StringHandleType.UTF8);
157
DiagnosticUtility.DebugAssert(type == StringHandleType.
EscapedUTF8
, "");
193
DiagnosticUtility.DebugAssert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString, "");
204
DiagnosticUtility.DebugAssert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString, "");
226
DiagnosticUtility.DebugAssert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString, "");
239
DiagnosticUtility.DebugAssert(type == StringHandleType.
EscapedUTF8
|| type == StringHandleType.ConstString, "");