private UniqueId GetUniqueId() { DiagnosticUtility.DebugAssert(_type == ValueHandleType.UniqueId, ""); return(_bufferReader.GetUniqueId(_offset)); }
UniqueId GetUniqueId() { Fx.Assert(type == ValueHandleType.UniqueId, ""); return(bufferReader.GetUniqueId(offset)); }