4 references to WriteCompressedUInt
Microsoft.CodeAnalysis (3)
Serialization\ObjectWriter.cs (3)
299WriteCompressedUInt((uint)length); 523WriteCompressedUInt((uint)value.Length); 550this.WriteCompressedUInt((uint)length);
Microsoft.CodeAnalysis.UnitTests (1)
ObjectSerializationTests.cs (1)
443TestRoundTrip(value, (w, v) => ((ObjectWriter)w).WriteCompressedUInt(v), r => ((ObjectReader)r).ReadCompressedUInt());