5 references to WriteCompressedUInt
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (2)
189
writer.
WriteCompressedUInt
((uint)classifiedSpan.TextSpan.Length);
190
writer.
WriteCompressedUInt
((uint)seenClassificationTypes[classifiedSpan.ClassificationType]);
Microsoft.CodeAnalysis.Workspaces (3)
ObjectWriter.cs (3)
299
WriteCompressedUInt
((uint)length);
523
WriteCompressedUInt
((uint)value.Length);
550
this.
WriteCompressedUInt
((uint)length);