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

◆ ReadCollectionWithTag()

DerSequenceReader System.Security.Cryptography.DerSequenceReader.ReadCollectionWithTag ( DerSequenceReader::DerTag expected)
inlineprivate

Definition at line 279 of file DerSequenceReader.cs.

280 {
281 byte[] data = this._data;
282 int position = this._position;
283 DerSequenceReader.CheckTag(expected, data, position);
284 int end = this._end;
285 int num = this.<ContentLength>k__BackingField;
286 byte[] data2 = this._data;
287 byte[] data3 = this._data;
288 int position2 = this._position;
289 int position3 = this._position;
291 return 0;
292 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.DerSequenceReader._data, System.Security.Cryptography.DerSequenceReader._end, System.Security.Cryptography.DerSequenceReader._position, System.Security.Cryptography.DerSequenceReader.CheckTag(), System.Security.Cryptography.DerSequenceReader.ContentLength, j__TPar, and System.Security.Cryptography.DerSequenceReader.k__BackingField.

Referenced by System.Security.Cryptography.DerSequenceReader.ReadSequence(), and System.Security.Cryptography.DerSequenceReader.ReadSet().