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