2 writes to _codeLength
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
376_codeLength = TTraits.DenormalizeCodeLength(_reader.DecodeVarLengthUnsigned(TTraits.CODE_LENGTH_ENCBASE, ref _bitOffset)); 413_codeLength = TTraits.DenormalizeCodeLength(_reader.DecodeVarLengthUnsigned(TTraits.CODE_LENGTH_ENCBASE, ref _bitOffset));
7 references to _codeLength
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GCInfo\GCInfoDecoder.cs (7)
335uint numBitsPerOffset = CeilOfLog2(TTraits.NormalizeCodeOffset(_codeLength)); 420uint normCodeLength = TTraits.NormalizeCodeLength(_codeLength); 537CodeSize: _codeLength, 555return _codeLength; 646lifetimes.Add(new GCSlotLifetime(slot.IsRegister, slot.RegisterNumber, slot.SpOffset, (uint)slot.Base, gcFlags, 0, _codeLength)); 853EmitSlotLifetime(slotIndex, beginOffset, _codeLength, lifetimes); 909return _codeLength;