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