49 references to StringHandleType
dotnet-svcutil-lib (49)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (49)
22private StringHandleType _type; 40_type = StringHandleType.UTF8; 47_type = StringHandleType.ConstString; 53_type = (escaped ? StringHandleType.EscapedUTF8 : StringHandleType.UTF8); 60_type = StringHandleType.Dictionary; 76if (_type == StringHandleType.UTF8) 86if (_type == StringHandleType.UTF8) 104DiagnosticUtility.DebugAssert(_type == StringHandleType.UTF8, ""); 110StringHandleType type = _type; 111if (type == StringHandleType.UTF8) 113if (type == StringHandleType.Dictionary) 115DiagnosticUtility.DebugAssert(type == StringHandleType.ConstString, "Should be ConstString"); 122StringHandleType type = _type; 123if (type == StringHandleType.UTF8) 125if (type == StringHandleType.Dictionary) 127DiagnosticUtility.DebugAssert(type == StringHandleType.ConstString, "Should be ConstString"); 134StringHandleType type = _type; 135if (type == StringHandleType.UTF8) 141if (type == StringHandleType.Dictionary) 148if (type == StringHandleType.ConstString) 157DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8, ""); 167if (_type == StringHandleType.Dictionary) 188StringHandleType type = _type; 189if (type == StringHandleType.Dictionary) 191if (type == StringHandleType.UTF8) 193DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 199StringHandleType type = _type; 200if (type == StringHandleType.Dictionary) 202if (type == StringHandleType.UTF8) 204DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 210StringHandleType type = _type; 211if (type == StringHandleType.Dictionary) 213if (type == StringHandleType.UTF8) 215DiagnosticUtility.DebugAssert(type == StringHandleType.ConstString, ""); 221StringHandleType type = _type; 222if (type == StringHandleType.Dictionary) 224if (type == StringHandleType.UTF8) 226DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 234StringHandleType type = other._type; 235if (type == StringHandleType.Dictionary) 237if (type == StringHandleType.UTF8) 239DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.ConstString, ""); 274if (_type == StringHandleType.UTF8 && that._type == StringHandleType.UTF8)