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

◆ ContainsValue< TSource >()

static bool Newtonsoft.Json.Utilities.CollectionUtils.ContainsValue< TSource > ( this IEnumerable< TSource > source,
TSource value,
IEqualityComparer< TSource > comparer )
inlinestatic

Definition at line 105 of file CollectionUtils.cs.

106 {
107 if (value != null)
108 {
109 while (value != null)
110 {
111 }
112 }
113 if (!false)
114 {
115 }
116 throw new OutOfMemoryException();
117 }

References System.value.