49 references to ReadCompressedUInt32
Mono.Cecil (49)
Mono.Cecil.PE\ByteBuffer.cs (1)
120
var u = (int)
ReadCompressedUInt32
();
Mono.Cecil\AssemblyReader.cs (48)
1567
reader.
ReadCompressedUInt32
(); // count
2143
var count = reader.
ReadCompressedUInt32
();
2269
var arity = reader.
ReadCompressedUInt32
();
2696
var count = reader.
ReadCompressedUInt32
();
3082
var kind = (ImportTargetKind) signature.
ReadCompressedUInt32
();
3085
@namespace = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3088
reference = metadata.GetAssemblyNameReference (signature.
ReadCompressedUInt32
());
3089
@namespace = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3095
alias = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3096
@namespace = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3099
alias = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3102
alias = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3103
reference = metadata.GetAssemblyNameReference (signature.
ReadCompressedUInt32
());
3106
alias = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3107
@namespace = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3110
alias = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3111
reference = metadata.GetAssemblyNameReference (signature.
ReadCompressedUInt32
());
3112
@namespace = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3115
alias = ReadUTF8StringBlob (signature.
ReadCompressedUInt32
());
3218
resume_methods.Add (GetMethodDefinition (signature.
ReadCompressedUInt32
()));
3283
this.sig_length =
ReadCompressedUInt32
();
3289
return CodedIndex.TypeDefOrRef.GetMetadataToken (
ReadCompressedUInt32
());
3350
var rank =
ReadCompressedUInt32
();
3352
var sizes = new uint [
ReadCompressedUInt32
()];
3354
sizes [i] =
ReadCompressedUInt32
();
3356
var low_bounds = new int [
ReadCompressedUInt32
()];
3426
return GetGenericParameter (GenericParameterType.Type,
ReadCompressedUInt32
());
3428
return GetGenericParameter (GenericParameterType.Method,
ReadCompressedUInt32
());
3433
var arity =
ReadCompressedUInt32
();
3478
var arity =
ReadCompressedUInt32
();
3484
var param_count =
ReadCompressedUInt32
();
3726
ReadCompressedUInt32
();
3729
(ushort)
ReadCompressedUInt32
(),
3745
array.size_parameter_index = (int)
ReadCompressedUInt32
();
3747
array.size = (int)
ReadCompressedUInt32
();
3749
array.size_parameter_multiplier = (int)
ReadCompressedUInt32
();
3761
array.size = (int)
ReadCompressedUInt32
();
3769
sys_string.size = (int)
ReadCompressedUInt32
();
3803
var length = (int)
ReadCompressedUInt32
();
3826
uint part =
ReadCompressedUInt32
();
3836
ReadCompressedUInt32
(); // local_sig_token
3839
document = reader.GetDocument (
ReadCompressedUInt32
());
3854
var delta_il = (int)
ReadCompressedUInt32
();
3856
document = reader.GetDocument (
ReadCompressedUInt32
());
3862
var delta_lines = (int)
ReadCompressedUInt32
();
3864
? (int)
ReadCompressedUInt32
()
3878
start_line = (int)
ReadCompressedUInt32
();
3879
start_column = (int)
ReadCompressedUInt32
();