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