9 references to ConstString
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (9)
47_type = StringHandleType.ConstString; 115DiagnosticUtility.DebugAssert(type == StringHandleType.ConstString, "Should be ConstString"); 127DiagnosticUtility.DebugAssert(type == StringHandleType.ConstString, "Should be ConstString"); 148if (type == StringHandleType.ConstString) 193DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 204DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 215DiagnosticUtility.DebugAssert(type == StringHandleType.ConstString, ""); 226DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 239DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, "");