49 references to ReadCompressedInteger
AssemblyStripper (49)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataHeap.cs (1)
84 int start, length = Utilities.ReadCompressedInteger (m_data, (int) pos, out start);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\UserStringsHeap.cs (1)
60 int length = Utilities.ReadCompressedInteger (this.Data, offset, out offset) - 1;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\Utilities.cs (1)
67 int integer = ReadCompressedInteger (data, pos, out start) >> 1;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (43)
164 Utilities.ReadCompressedInteger (m_blobData, (int) index, out start); 224 Utilities.ReadCompressedInteger (m_blobData, (int) field.BlobIndex, out start); 234 Utilities.ReadCompressedInteger (m_blobData, (int) property.BlobIndex, out start); 237 property.ParamCount = Utilities.ReadCompressedInteger (m_blobData, start + 1, out start); 246 Utilities.ReadCompressedInteger (m_blobData, (int) localvar.BlobIndex, out start); 249 localvar.Count = Utilities.ReadCompressedInteger (m_blobData, start + 1, out start); 263 methodDef.GenericParameterCount = Utilities.ReadCompressedInteger (data, start, out start); 267 methodDef.ParamCount = Utilities.ReadCompressedInteger (data, start, out start); 292 methodRef.ParamCount = Utilities.ReadCompressedInteger (data, start, out start); 317 int current = Utilities.ReadCompressedInteger (data, start, out start); 336 Utilities.ReadCompressedInteger (data, start, out start); 347 Utilities.ReadCompressedInteger (data, start, out start); 348 if (Utilities.ReadCompressedInteger (data, start, out start) != 0x0a) 360 ElementType flag = (ElementType) Utilities.ReadCompressedInteger (data, start, out start); 413 int flag = Utilities.ReadCompressedInteger (data, start, out start); 433 ElementType flag = (ElementType) Utilities.ReadCompressedInteger (data, start, out start); 460 ElementType element = (ElementType) Utilities.ReadCompressedInteger (data, start, out start); 465 (uint) Utilities.ReadCompressedInteger (data, start, out start)); 470 (uint) Utilities.ReadCompressedInteger (data, start, out start)); 475 int flag = Utilities.ReadCompressedInteger (data, start, out start); 500 shape.Rank = Utilities.ReadCompressedInteger (data, start, out start); 501 shape.NumSizes = Utilities.ReadCompressedInteger (data, start, out start); 504 shape.Sizes [i] = Utilities.ReadCompressedInteger (data, start, out start); 505 shape.NumLoBounds = Utilities.ReadCompressedInteger (data, start, out start); 508 shape.LoBounds [i] = Utilities.ReadCompressedInteger (data, start, out start); 517 return new VAR (Utilities.ReadCompressedInteger (data, start, out start)); 519 return new MVAR (Utilities.ReadCompressedInteger (data, start, out start)); 523 ginst.ValueType = ((ElementType) Utilities.ReadCompressedInteger ( 527 (uint) Utilities.ReadCompressedInteger (data, start, out start)); 541 gis.Arity = Utilities.ReadCompressedInteger (data, start, out start); 567 ElementType flag = (ElementType) Utilities.ReadCompressedInteger (data, start, out start); 585 ElementType cmod = (ElementType) Utilities.ReadCompressedInteger (data, start, out start); 593 (uint) Utilities.ReadCompressedInteger (data, start, out start)); 599 int start, length = Utilities.ReadCompressedInteger (m_blobData, pos, out start); 934 ar.ArrayElemType = (NativeType) Utilities.ReadCompressedInteger (data, start, out start); 936 ar.ParamNum = Utilities.ReadCompressedInteger (data, start, out start); 938 ar.NumElem = Utilities.ReadCompressedInteger (data, start, out start); 940 ar.ElemMult = Utilities.ReadCompressedInteger (data, start, out start); 953 fa.NumElem = Utilities.ReadCompressedInteger (data, start, out start); 955 fa.ArrayElemType = (NativeType) Utilities.ReadCompressedInteger (data, start, out start); 961 sa.ArrayElemType = (VariantType) Utilities.ReadCompressedInteger (data, start, out start); 967 fss.Size = Utilities.ReadCompressedInteger (data, start, out start); 984 int length = Utilities.ReadCompressedInteger (data, pos, out start);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\SecurityDeclarationReader.cs (3)
84 int numattr = Utilities.ReadCompressedInteger (declaration, pos, out start); 144 Utilities.ReadCompressedInteger (permset, start, out pos); 145 int numparams = Utilities.ReadCompressedInteger (permset, pos, out start);