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

◆ Intersects()

bool System.Xml.Schema.BitSet.Intersects ( BitSet other)
inline

Definition at line 166 of file BitSet.cs.

167 {
168 int num = 1;
169 uint[] array = this.bits;
170 uint[] array2 = other.bits;
171 if (num == 0)
172 {
173 }
174 uint[] array3 = this.bits;
175 uint[] array4 = other.bits;
176 while (array3 == null)
177 {
178 }
179 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.Schema.BitSet.bits, and j__TPar.

Referenced by System.Xml.Schema.ParticleContentValidator.GetApplicableMinMaxFollowPos().