14 references to TryReadCompressedInteger
Microsoft.CodeAnalysis (8)
MetadataReader\MetadataDecoder.cs (7)
251if (!ppSig.TryReadCompressedInteger(out countOfDimensions) || 252!ppSig.TryReadCompressedInteger(out countOfSizes)) 271if (ppSig.TryReadCompressedInteger(out size)) 284if (!ppSig.TryReadCompressedInteger(out countOfLowerBounds)) 344if (!ppSig.TryReadCompressedInteger(out paramPosition)) 353if (!ppSig.TryReadCompressedInteger(out paramPosition)) 394if (!ppSig.TryReadCompressedInteger(out argumentCount))
MetadataReader\PEModule.cs (1)
2225if (sig.TryReadCompressedInteger(out strLen) && sig.RemainingBytes >= strLen)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (3)
MetadataDecoder.cs (3)
86signatureReader.TryReadCompressedInteger(out rank); 87signatureReader.TryReadCompressedInteger(out sizes); 175signatureReader.TryReadCompressedInteger(out typeArgCount);
System.Diagnostics.FileVersionInfo (1)
System\Diagnostics\FileVersionInfo.Unix.cs (1)
315signatureReader.TryReadCompressedInteger(out parameterCount) && // read parameter count
System.Reflection.Metadata (2)
System\Reflection\Metadata\BlobReader.cs (2)
477if (!TryReadCompressedInteger(out value)) 589if (TryReadCompressedInteger(out length))