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