terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CheckValueFacets() [3/12]

override Exception System.Xml.Schema.Numeric10FacetsChecker.CheckValueFacets ( decimal value,
XmlSchemaDatatype datatype )
inlinepackagevirtual

Reimplemented from System.Xml.Schema.FacetsChecker.

Definition at line 25 of file Numeric10FacetsChecker.cs.

26 {
27 if ("The MinExclusive constraint failed." != null)
28 {
29 return "The MinExclusive constraint failed.";
30 }
31 long num = 0L;
32 decimal num2 = this.maxValue;
33 int lo = this.maxValue.lo;
34 decimal num3 = this.minValue;
35 int lo2 = this.minValue.lo;
37 string text;
38 string text2;
39 if ((text == null || text != null) && (text2 == null || text2 != null))
40 {
41 if (num == 0L || "The MinExclusive constraint failed." == null)
42 {
43 }
44 if ("The MinExclusive constraint failed." == null)
45 {
46 }
47 if ("The MinExclusive constraint failed." == null)
48 {
49 }
50 }
52 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.L, System.Xml.Schema.Numeric10FacetsChecker.maxValue, System.Xml.Schema.Numeric10FacetsChecker.minValue, and System.text.