9 references to MaxCompressedIntegerValue
System.Reflection.Metadata (9)
System\Reflection\Metadata\BlobWriterImpl.cs (3)
18Debug.Assert(value <= MaxCompressedIntegerValue); 45else if (value <= MaxCompressedIntegerValue) 68else if (value <= MaxCompressedIntegerValue)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (6)
155if (unchecked((uint)variableCount) > BlobWriterImpl.MaxCompressedIntegerValue) 184if (unchecked((uint)attributeCount) > BlobWriterImpl.MaxCompressedIntegerValue) 201if (unchecked((uint)argumentCount) > BlobWriterImpl.MaxCompressedIntegerValue) 231if (unchecked((uint)parameterCount) > BlobWriterImpl.MaxCompressedIntegerValue) 369if (encodedArguments.Length > BlobWriterImpl.MaxCompressedIntegerValue) 391if (encodedArguments.Count > BlobWriterImpl.MaxCompressedIntegerValue)