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

◆ EatTag()

void System.Security.Cryptography.DerSequenceReader.EatTag ( DerSequenceReader::DerTag expected)
inlineprivate

Definition at line 470 of file DerSequenceReader.cs.

471 {
472 int end = this._end;
473 int num = this.<ContentLength>k__BackingField;
474 byte[] data = this._data;
475 DerSequenceReader.CheckTag(expected, data, num);
476 int position = this._position;
477 this._position = position;
478 }
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.DerSequenceReader(), System.Security.Cryptography.DerSequenceReader.ReadInteger(), System.Security.Cryptography.DerSequenceReader.ReadIntegerBytes(), and System.Security.Cryptography.DerSequenceReader.ReadOctetString().