3 references to TwoByteCompressedIntegerMaxValue
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobWriterImpl.cs (3)
27
if (value <=
TwoByteCompressedIntegerMaxValue
)
43
else if (value <=
TwoByteCompressedIntegerMaxValue
)
66
else if (value <=
TwoByteCompressedIntegerMaxValue
)