34 references to MinText
System.Private.DataContractSerialization (34)
System\Xml\XmlBinaryNodeType.cs (31)
210
ZeroText =
MinText
,
211
OneText =
MinText
+ 1 * 2,
212
FalseText =
MinText
+ 2 * 2,
213
TrueText =
MinText
+ 3 * 2,
214
Int8Text =
MinText
+ 4 * 2,
215
Int16Text =
MinText
+ 5 * 2,
216
Int32Text =
MinText
+ 6 * 2,
217
Int64Text =
MinText
+ 7 * 2,
218
FloatText =
MinText
+ 8 * 2,
219
DoubleText =
MinText
+ 9 * 2,
220
DecimalText =
MinText
+ 10 * 2,
221
DateTimeText =
MinText
+ 11 * 2,
222
Chars8Text =
MinText
+ 12 * 2,
223
Chars16Text =
MinText
+ 13 * 2,
224
Chars32Text =
MinText
+ 14 * 2,
225
Bytes8Text =
MinText
+ 15 * 2,
226
Bytes16Text =
MinText
+ 16 * 2,
227
Bytes32Text =
MinText
+ 17 * 2,
228
StartListText =
MinText
+ 18 * 2,
229
EndListText =
MinText
+ 19 * 2,
230
EmptyText =
MinText
+ 20 * 2,
231
DictionaryText =
MinText
+ 21 * 2,
232
UniqueIdText =
MinText
+ 22 * 2,
233
TimeSpanText =
MinText
+ 23 * 2,
234
GuidText =
MinText
+ 24 * 2,
235
UInt64Text =
MinText
+ 25 * 2,
236
BoolText =
MinText
+ 26 * 2,
237
UnicodeChars8Text =
MinText
+ 27 * 2,
238
UnicodeChars16Text =
MinText
+ 28 * 2,
239
UnicodeChars32Text =
MinText
+ 29 * 2,
240
QNameDictionaryText =
MinText
+ 30 * 2,
System\Xml\XmlBinaryWriter.cs (3)
39
XmlBinaryNodeType.MaxElement < XmlBinaryNodeType.
MinText
&&
71
Debug.Assert(nodeType >= XmlBinaryNodeType.
MinText
&& nodeType <= XmlBinaryNodeType.MaxText && ((byte)nodeType & 1) == 0, "Invalid nodeType");
228
Debug.Assert(nodeType >= XmlBinaryNodeType.
MinText
&& nodeType <= XmlBinaryNodeType.MaxText && ((byte)nodeType & 1) == 0);