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