4 references to ReadCompressedUInt
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (2)
303var length = (int)reader.ReadCompressedUInt(); 304var typeIndex = (int)reader.ReadCompressedUInt();
Microsoft.CodeAnalysis.Workspaces (2)
ObjectReader.cs (2)
420int characterCount = (int)ReadCompressedUInt(); 450length = (int)this.ReadCompressedUInt();