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