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